Corrected an issue with the monitor selection UI where the text is cut off.
This commit is contained in:
parent
c0121bcfe7
commit
5061a511ab
|
@ -795,9 +795,11 @@ button:focus {
|
|||
}
|
||||
#path_bar select {
|
||||
line-height: 41px;
|
||||
height: 41px;
|
||||
height: 37px;
|
||||
margin-right: 5px;
|
||||
float: right;
|
||||
box-sizing: content-box;
|
||||
padding: 0 0 0 8px;
|
||||
}
|
||||
#filmout_monitor {
|
||||
display: none;
|
||||
|
|
|
@ -27,9 +27,11 @@
|
|||
}
|
||||
select{
|
||||
line-height: 41px;
|
||||
height: 41px;
|
||||
height: 37px;
|
||||
margin-right: 5px;
|
||||
float: right;
|
||||
box-sizing: content-box;
|
||||
padding: 0 0 0 8px;
|
||||
}
|
||||
}
|
||||
#filmout_file {
|
||||
|
|
Loading…
Reference in New Issue