diff options
author | Pytal <24800714+Pytal@users.noreply.github.com> | 2022-09-16 16:04:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 16:04:18 -0700 |
commit | 914714f26a38c6ede9182c79c88e1890474802b6 (patch) | |
tree | fbbc11720a12150d92504197370f537069de94ec /apps/settings/css/settings.css | |
parent | b9c002df0a3ab80c1612206cfb1f724d90e0da3a (diff) | |
parent | 4de19e9f851e2d1948d2af4dfcd70a5b22ae53cb (diff) | |
download | nextcloud-server-914714f26a38c6ede9182c79c88e1890474802b6.tar.gz nextcloud-server-914714f26a38c6ede9182c79c88e1890474802b6.zip |
Merge pull request #33502 from nextcloud/enh/27869/locale
Remake locale saving with Vue
Diffstat (limited to 'apps/settings/css/settings.css')
-rw-r--r-- | apps/settings/css/settings.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/settings/css/settings.css b/apps/settings/css/settings.css index 7be5f9b30f6..1351d25a277 100644 --- a/apps/settings/css/settings.css +++ b/apps/settings/css/settings.css @@ -105,11 +105,6 @@ input#openid, input#webdav { grid-template-columns: 1fr; grid-template-rows: 1fr 1fr 1fr 2fr; } -.profile-settings-container #locale h3 { - height: 44px; - display: flex; - align-items: center; -} .personal-show-container { width: 100%; @@ -125,7 +120,7 @@ input#openid, input#webdav { width: 100%; } -select#timezone, select#languageinput, select#localeinput { +select#timezone { width: 100%; } |