Fixes width of the dropdown menus as per computed styles.
This commit is contained in:
parent
12e5d0f68d
commit
932e8f9f58
|
@ -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 New Issue