mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Switched to unbordered args
This commit is contained in:
parent
052c32e2ce
commit
d182261ff3
3 changed files with 57 additions and 24 deletions
|
@ -104,7 +104,7 @@ class HTMLIngredient {
|
|||
</div>`;
|
||||
break;
|
||||
case "boolean":
|
||||
html += `<div class="form-group inline">
|
||||
html += `<div class="form-group inline boolean-arg">
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue