Adjusted language list height

The language list height has been reduced in order to
avoid overflow on small screens.
This commit is contained in:
Pau Giner
2013-05-30 16:19:00 +02:00
parent adfc76aa7e
commit ddcf725ca6

View File

@@ -8,7 +8,7 @@
/* Language list */
.uls-language-list {
height: 22em;
height: 17em;
overflow: auto;
width: auto;
}