mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
fix positioning issue of share dropdown in intermediate widths
This commit is contained in:
parent
2b1a7a76c3
commit
2183b58cdc
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
border-bottom-right-radius: 5px;
|
||||
box-shadow:0 1px 1px #777;
|
||||
display:block;
|
||||
margin-right:112px;
|
||||
margin-right: 0;
|
||||
position:absolute;
|
||||
right:0;
|
||||
width:420px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue