From 860bb8ffba68bd3c89db0ed942d6dd3d5693c94c Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 26 Aug 2021 23:58:12 +0200 Subject: [PATCH] fix some settings styling Signed-off-by: szaimen --- css/SettingsSection.scss | 1 + src/components/AppNavigation/Settings/SettingsAddressbook.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/css/SettingsSection.scss b/css/SettingsSection.scss index f91d95c8..39b673a7 100644 --- a/css/SettingsSection.scss +++ b/css/SettingsSection.scss @@ -55,6 +55,7 @@ &__header { padding-left: 44px; color: var(--color-primary-element); + padding-top: 8px; } } diff --git a/src/components/AppNavigation/Settings/SettingsAddressbook.vue b/src/components/AppNavigation/Settings/SettingsAddressbook.vue index b2f4400f..fd218c8f 100644 --- a/src/components/AppNavigation/Settings/SettingsAddressbook.vue +++ b/src/components/AppNavigation/Settings/SettingsAddressbook.vue @@ -289,6 +289,7 @@ export default { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + max-width: calc(100% - 2 * 44px); } &__share, &__menu .icon-more {