@import '../../style/const.less';

.@{root-prefix}-dropdown-menu {
  .ant-dropdown-menu-item, .ant-dropdown-menu-submenu-title {
    font-size: @normal-font;
    .ant-dropdown-menu-title-content {
      white-space: nowrap !important;
    }
  }
}
