Fixes width of the dropdown menus as per computed styles.

This commit is contained in:
raghunayyar 2014-01-26 02:59:28 +05:30
parent 12e5d0f68d
commit 932e8f9f58
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#dropdown.drop-versions {
width:384px;
width:320px;
}
#found_versions li {

View File

@ -11,7 +11,7 @@
margin-right:112px;
position:absolute;
right:0;
width:400px;
width:320px;
z-index:500;
padding:16px;
}