Skip to content

Commit 860bb8f

Browse files
committed
fix some settings styling
Signed-off-by: szaimen <[email protected]>
1 parent e634a42 commit 860bb8f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

css/SettingsSection.scss

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
&__header {
5656
padding-left: 44px;
5757
color: var(--color-primary-element);
58+
padding-top: 8px;
5859
}
5960
}
6061

src/components/AppNavigation/Settings/SettingsAddressbook.vue

+1
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ export default {
289289
white-space: nowrap;
290290
overflow: hidden;
291291
text-overflow: ellipsis;
292+
max-width: calc(100% - 2 * 44px);
292293
}
293294
&__share,
294295
&__menu .icon-more {

0 commit comments

Comments
 (0)