summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/Settings/SettingsAddressbook.scss9
1 files changed, 6 insertions, 3 deletions
diff --git a/css/Settings/SettingsAddressbook.scss b/css/Settings/SettingsAddressbook.scss
index e3c98ea0..52dd6bb7 100644
--- a/css/Settings/SettingsAddressbook.scss
+++ b/css/Settings/SettingsAddressbook.scss
@@ -28,9 +28,12 @@
white-space: nowrap;
text-overflow: ellipsis;
- > a:first-of-type {
- // put actions at the end
- margin-left: auto;
+ > .addressbook__name {
+ + a,
+ + div {
+ // put actions at the end
+ margin-left: auto;
+ }
}
&__name {