Browse Source

Fixes #70 issue with multiline dropdown content

Former-commit-id: e151caafc0
Former-commit-id: c0def23cda
pull/258/head
jlukic 11 years ago
parent
commit
035152c560
1 changed files with 5 additions and 1 deletions
  1. 6
      src/modules/dropdown.less

6
src/modules/dropdown.less

@ -1,6 +1,6 @@
/* /*
* # Semantic Dropdown * # Semantic Dropdown
* http://github.com/quirkyinc/semantic
* http://github.com/jlukic/semantic-ui/
* *
* *
* Copyright 2013 Contributors * Copyright 2013 Contributors
@ -114,6 +114,10 @@
cursor: pointer; cursor: pointer;
border: none; border: none;
border-top: 1px solid rgba(0, 0, 0, 0.05); border-top: 1px solid rgba(0, 0, 0, 0.05);
height: auto;
word-wrap: break-word;
white-space: normal;
font-size: 0.875em; font-size: 0.875em;
display: block; display: block;

Loading…
Cancel
Save