summaryrefslogtreecommitdiffstats
path: root/settings/css/settings.scss
diff options
context:
space:
mode:
Diffstat (limited to 'settings/css/settings.scss')
-rw-r--r--settings/css/settings.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index f12d1de2519..0cbef8693d0 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -840,6 +840,11 @@ span.version {
}
.actions {
display: flex;
+ align-items: center;
+
+ .app-groups{
+ padding: 5px;
+ }
}
}
@@ -1499,7 +1504,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
line-height: 1.3em;
max-height: 2.6em;
overflow : hidden;
- /* not supported by all browsers
+ /* not supported by all browsers
so we keep the overflow hidden
as a fallback */
text-overflow: ellipsis;