Skip to content

Commit

Permalink
Fix create menu item widths (#7708)
Browse files Browse the repository at this point in the history
Fixes: #7098
  • Loading branch information
silverwind authored and lafriks committed Aug 1, 2019
1 parent c1b09c3 commit 0fabdf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ a{cursor:pointer}
.ui.menu,.ui.segment,.ui.vertical.menu{box-shadow:none}
.ui .menu:not(.vertical) .item>.button.compact{padding:.58928571em 1.125em}
.ui .menu:not(.vertical) .item>.button.small{font-size:.92857143rem}
.ui.menu .ui.dropdown.item .menu .item{margin-right:auto}
.ui.menu .ui.dropdown.item .menu .item{width:100%}
.ui.dropdown .menu>.item>.floating.label{z-index:11}
.ui.dropdown .menu .menu>.item>.floating.label{z-index:21}
.ui .text.red{color:#d95c5c!important}
Expand Down
2 changes: 1 addition & 1 deletion public/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ code,
}

&.menu .ui.dropdown.item .menu .item {
margin-right: auto;
width: 100%;
}

&.dropdown .menu > .item > .floating.label {
Expand Down

0 comments on commit 0fabdf0

Please sign in to comment.