diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-08-15 20:36:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-15 20:36:46 +0200 |
commit | 8c1a0a5540d722edd4b66ccfdb361744d8806999 (patch) | |
tree | 15ad0c4109a65e6a29f2e5661615eb7744ed184f /settings | |
parent | 8809dc764bbe0a9d28b737c0faa39d2b7e389f44 (diff) | |
parent | 815cf9ba6fd231dd45c929fa3c3744ed3a6a737b (diff) | |
download | nextcloud-server-8c1a0a5540d722edd4b66ccfdb361744d8806999.tar.gz nextcloud-server-8c1a0a5540d722edd4b66ccfdb361744d8806999.zip |
Merge pull request #10702 from nextcloud/bugfix/10622/user-management-actions
Fix missing actions menu on small screens in the user management
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index f3d51217f01..7b5f21a289e 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1408,7 +1408,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { align-items: center; /* let's define the column until storage path, what follows will be manually defined */ - grid-template-columns: 44px minmax(150px, 1fr) repeat(auto-fit, minmax(120px, 1fr)) 44px; + grid-template-columns: 44px minmax(150px, 1fr) repeat(auto-fit, minmax(120px, 1fr)); border-top: var(--color-border) 1px solid; &.disabled { opacity: .5; |