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:
@@ -77,7 +77,7 @@ div.display-settings-block {
|
||||
}
|
||||
|
||||
.uls-font-select {
|
||||
height: 16pt;
|
||||
min-height: 16pt;
|
||||
}
|
||||
|
||||
.uls-ui-languages button {
|
||||
|
||||
Reference in New Issue
Block a user