mirror of
https://github.com/syncthing/syncthing.git
synced 2026-04-04 14:43:45 -04:00
fix(gui): remove width limit for language select items (#10531)
Signed-off-by: Michael Wang <michael19920327@gmail.com>
This commit is contained in:
@@ -221,8 +221,8 @@ li[language-select] > .dropdown-menu {
|
||||
}
|
||||
|
||||
li[language-select] > .dropdown-menu > li > a {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: normal;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.nav>li{
|
||||
|
||||
Reference in New Issue
Block a user