diff options
author | Kevin Ndung'u <kevgathuku@gmail.com> | 2018-07-02 00:19:10 +0300 |
---|---|---|
committer | Kevin Ndung'u <kevgathuku@gmail.com> | 2018-07-02 00:19:16 +0300 |
commit | f4c2a8125818b4cbe33d93298dfe58cda84a6d3c (patch) | |
tree | 3770bfc5490ed19c42ec4c05a93470ace54132f5 /settings/css | |
parent | a014129804a2add09721b1d289f713a3db43aef4 (diff) | |
download | nextcloud-server-f4c2a8125818b4cbe33d93298dfe58cda84a6d3c.tar.gz nextcloud-server-f4c2a8125818b4cbe33d93298dfe58cda84a6d3c.zip |
Fix hardcoded message in app details view
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.scss | 7 |
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; |