Browse Source

fixes regression on some dropdowns with whitespace fix

Former-commit-id: 16b2314995
Former-commit-id: 3fb9883435
pull/258/head
jlukic 11 years ago
parent
commit
627a6a25af
1 changed files with 3 additions and 3 deletions
  1. 6
      src/modules/dropdown.less

6
src/modules/dropdown.less

@ -116,9 +116,6 @@
border-top: 1px solid rgba(0, 0, 0, 0.05);
height: auto;
word-wrap: break-word;
white-space: normal;
font-size: 0.875em;
display: block;
color: rgba(0, 0, 0, 0.75);
@ -253,6 +250,9 @@
cursor: pointer;
display: inline-block;
word-wrap: break-word;
white-space: normal;
background-color: #FFFFFF;
padding: 0.5em 1em;

Loading…
Cancel
Save