Corrected an issue with the monitor selection UI where the text is cut off.

This commit is contained in:
Matt McWilliams 2021-02-24 00:38:11 -05:00
parent c0121bcfe7
commit 5061a511ab
2 changed files with 6 additions and 2 deletions

View File

@ -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;

View File

@ -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 {