Browse Source

Fix text align of dropdown in icon menu

pull/2743/head
jlukic 9 years ago
parent
commit
61cf566488
2 changed files with 2 additions and 0 deletions
  1. 1
      RELEASE-NOTES.md
  2. 1
      src/definitions/collections/menu.less

1
RELEASE-NOTES.md

@ -18,6 +18,7 @@
- **Menu** - Added `flex: 0 0 auto` to menu item to make sure menu do not collapse text content to reduce space
- **Menu** - Fixed issue with `labeled input` text inside menu not appearing vertically centered
- **Menu** - `@pressedItemColor` has been renamed to `@pressedItemTextColor` to match naming conventions of other variables
- **Menu** - Fix text align on `dropdown item` inside `icon menu`
**[Merged PR](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.1.0+is%3Aclosed)**

1
src/definitions/collections/menu.less

@ -235,6 +235,7 @@
/* Menu Items */
.ui.menu .ui.dropdown .menu > .item {
margin: 0;
text-align: left;
font-size: @dropdownItemFontSize !important;
padding: @dropdownItemPadding !important;
background: @dropdownItemBackground !important;

Loading…
Cancel
Save