diff options
author | Richard Steinmetz <richard@steinmetz.cloud> | 2024-07-23 09:03:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-23 09:03:19 +0200 |
commit | ee6f85788910b8f5530c1ea0a120d3405e9d119d (patch) | |
tree | 4c076e352492b211abc91796e091f1e2fcf90126 /apps/settings/src/components/PersonalInfo/shared | |
parent | e54d39b0769b5f3a1d29bd367f54f5dcceca5e55 (diff) | |
parent | b37fb43a32fd8ab91738aeb39a678ddc24f75116 (diff) | |
download | nextcloud-server-ee6f85788910b8f5530c1ea0a120d3405e9d119d.tar.gz nextcloud-server-ee6f85788910b8f5530c1ea0a120d3405e9d119d.zip |
Merge pull request #46592 from nextcloud/feat/first-day-of-week-user-setting
feat: let users configure their first day of week
Diffstat (limited to 'apps/settings/src/components/PersonalInfo/shared')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/shared/HeaderBar.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/PersonalInfo/shared/HeaderBar.vue b/apps/settings/src/components/PersonalInfo/shared/HeaderBar.vue index ca41db2a454..1dd11c2b6cc 100644 --- a/apps/settings/src/components/PersonalInfo/shared/HeaderBar.vue +++ b/apps/settings/src/components/PersonalInfo/shared/HeaderBar.vue @@ -130,7 +130,7 @@ export default { } &.setting-property { - height: 44px; + height: 34px; } label { |