mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04: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%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group.input-group {
|
#input-tab-body .form-group.input-group,
|
||||||
|
#output-tab-body .form-group.input-group {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
float: left;
|
float: left;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue