mirror of
https://github.com/gchq/CyberChef
synced 2025-01-23 09:45:02 +00:00
Fix to stop find tab CSS affecting operations
This commit is contained in:
parent
34b7c47533
commit
784b3b58ca
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue