Avoid setting a fixed height for font selectors

Setting a fixed height was preventing some scripts to be properly displayed.
Scripts with higher line length got cropped.

Change-Id: I7efef3acd34b0b98ce8719f508980501d306fd9e
This commit is contained in:
Pau Giner
2013-05-16 07:09:19 +02:00
parent eaebf00469
commit 9bb695ae95

View File

@@ -77,7 +77,7 @@ div.display-settings-block {
}
.uls-font-select {
height: 16pt;
min-height: 16pt;
}
.uls-ui-languages button {