Skip to content

Commit 245ac12

Browse files
Merge pull request #1017 from UC-Davis-molecular-computing/988-fix-appearance-of-open-menu-file
Fixes #988 - Fix Appearance of File -> Open
2 parents 5fc74b1 + 6c414ee commit 245ac12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/scadnano-styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ https://stackoverflow.com/questions/15138801/rotate-rectangle-around-its-own-cen
11081108
.form-file-dropdown .custom-file-input + .custom-file-label {
11091109
display: block;
11101110
width: 100%;
1111-
padding: .25rem 1.5rem;
1111+
padding: 0;
11121112
margin-bottom: 0%;
11131113
/* Removes label browser default */
11141114
clear: both;

0 commit comments

Comments
 (0)