mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #10702 from nextcloud/bugfix/10622/user-management-actions
Fix missing actions menu on small screens in the user management
This commit is contained in:
commit
8c1a0a5540
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue