mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectmenu: show only one line of text maximum
This commit is contained in:
parent
f2d06bf063
commit
3cd58fc86e
3
themes/base/jquery.ui.selectmenu.css
vendored
3
themes/base/jquery.ui.selectmenu.css
vendored
@ -55,4 +55,7 @@
|
|||||||
padding: 0.4em 2.1em 0.4em 1em;
|
padding: 0.4em 2.1em 0.4em 1em;
|
||||||
display: block;
|
display: block;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user