Fix missing actions menu on small screens in the user management
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
f7ae4771c8
commit
815cf9ba6f
|
@ -1408,7 +1408,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
/* let's define the column until storage path,
|
/* let's define the column until storage path,
|
||||||
what follows will be manually defined */
|
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;
|
border-top: var(--color-border) 1px solid;
|
||||||
&.disabled {
|
&.disabled {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
|
|
Loading…
Reference in New Issue