mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix languages capitalization, add content padding bottom to drawer
This commit is contained in:
@@ -197,8 +197,9 @@ body {
|
||||
flex-grow: 1;
|
||||
overflow: auto;
|
||||
|
||||
@include breakpoint(medium) {
|
||||
@include breakpoint(small) {
|
||||
--content-padding: 32px;
|
||||
--content-padding-bottom: 132px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1049,7 +1049,7 @@
|
||||
"company": "Company",
|
||||
"title": "Title",
|
||||
"timezone": "Timezone",
|
||||
"language": "language",
|
||||
"language": "Language",
|
||||
"avatar": "Avatar",
|
||||
"theme": "Theme",
|
||||
"tfa_secret": "Two-Factor Authentication"
|
||||
|
||||
Reference in New Issue
Block a user