mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fixes width of the dropdown menus as per computed styles.
This commit is contained in:
parent
12e5d0f68d
commit
932e8f9f58
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#dropdown.drop-versions {
|
||||
width:384px;
|
||||
width:320px;
|
||||
}
|
||||
|
||||
#found_versions li {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
margin-right:112px;
|
||||
position:absolute;
|
||||
right:0;
|
||||
width:400px;
|
||||
width:320px;
|
||||
z-index:500;
|
||||
padding:16px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue