aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2013-09-29 15:33:49 +0200
committerFelix Nagel <info@felixnagel.com>2013-09-29 15:33:49 +0200
commit3cd58fc86e5c6b12c6ed4e9b25975a07e5f9c26d (patch)
tree7bc2094b7bf492599b0cd25692c8a50eb1e36110 /themes/base
parentf2d06bf06391a746b030b5f6af532ed5aeaea0a2 (diff)
downloadjquery-ui-3cd58fc86e5c6b12c6ed4e9b25975a07e5f9c26d.tar.gz
jquery-ui-3cd58fc86e5c6b12c6ed4e9b25975a07e5f9c26d.zip
Selectmenu: show only one line of text maximum
Diffstat (limited to 'themes/base')
-rw-r--r--themes/base/jquery.ui.selectmenu.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/base/jquery.ui.selectmenu.css b/themes/base/jquery.ui.selectmenu.css
index 936e44593..c941ef0b1 100644
--- a/themes/base/jquery.ui.selectmenu.css
+++ b/themes/base/jquery.ui.selectmenu.css
@@ -55,4 +55,7 @@
padding: 0.4em 2.1em 0.4em 1em;
display: block;
line-height: 1.4;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}