Skip to content

Commit

Permalink
Fix for logout localized text wrap issue (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert9g authored and Sekhmet committed Nov 17, 2017
1 parent a5f5f53 commit e0a6933
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/PopoverMenu/PopoverMenuItem.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
&[disabled] {
color: #c2ccd3 !important;
}

& > span {
white-space: nowrap;
}
}

&--bold {
Expand Down

0 comments on commit e0a6933

Please sign in to comment.