diff options
author | Florian Eckert <fe@dev.tdt.de> | 2018-10-01 14:49:02 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2018-10-01 14:49:02 +0200 |
commit | 0f8b5402a22b6c3689ab1e17ff6ab2060d090481 (patch) | |
tree | e97111135e0ee8d655082a71868cd4caff13b747 /themes/luci-theme-material/htdocs/luci-static/material | |
parent | 5fc51693aca783ce8a2f04919dfa16991def1d16 (diff) |
luci-theme-material: fix word wrap on german i18n for username
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'themes/luci-theme-material/htdocs/luci-static/material')
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index d997bcfff..29c2a664e 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1611,7 +1611,7 @@ header > .container > .pull-right > * { } .node-main-login > .main .cbi-value-title { - width: 7rem; + width: 8rem; } .node-main-login > .main #maincontent { |