Fix to stop find tab CSS affecting operations

This commit is contained in:
j433866 2019-06-03 11:15:10 +01:00
parent 34b7c47533
commit 784b3b58ca
1 changed files with 2 additions and 1 deletions

View File

@ -303,7 +303,8 @@
width: 100%;
}
.form-group.input-group {
#input-tab-body .form-group.input-group,
#output-tab-body .form-group.input-group {
width: 70%;
float: left;
margin-bottom: 2rem;