diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-07-02 09:39:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-02 09:39:20 +0200 |
commit | 22bb834c48ad31add1d4bebc17de98d6e7d5d226 (patch) | |
tree | 3770bfc5490ed19c42ec4c05a93470ace54132f5 /settings/css/settings.scss | |
parent | a014129804a2add09721b1d289f713a3db43aef4 (diff) | |
parent | f4c2a8125818b4cbe33d93298dfe58cda84a6d3c (diff) | |
download | nextcloud-server-22bb834c48ad31add1d4bebc17de98d6e7d5d226.tar.gz nextcloud-server-22bb834c48ad31add1d4bebc17de98d6e7d5d226.zip |
Merge pull request #10071 from nextcloud/apps-fix-message-translation
Fix hardcoded messages in app details view
Diffstat (limited to 'settings/css/settings.scss')
-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; |