Updated styles for multiple option selectors
This commit is contained in:
parent
a4aaae0cd4
commit
b293254a41
@ -25,6 +25,11 @@ textarea{
|
||||
min-height: $textarea-min-height;
|
||||
}
|
||||
|
||||
input[multiple]{
|
||||
max-width: 100%;
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
#main-nav{
|
||||
position: fixed;
|
||||
top: 0;
|
||||
@ -72,11 +77,6 @@ textarea{
|
||||
padding: 15px 20px;
|
||||
}
|
||||
|
||||
#benchmark-selector{
|
||||
max-width: 100%;
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
#result-form{
|
||||
margin: 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user