Merge pull request #8843 from owncloud/design-detail-sharedropdown
fix positioning issue of share dropdown in intermediate widths
This commit is contained in:
commit
73025d6d48
|
@ -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 New Issue