2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-23 11:43:39 +00:00

CSS tweak to dropdown toggle height

This commit is contained in:
n1474335
2018-08-06 07:53:30 +01:00
parent 0453bd098b
commit 3e5b3900bc

View File

@@ -146,6 +146,10 @@ div.toggle-string {
max-width: 20rem;
}
.ingredients .dropdown-toggle-split {
height: 41px !important;
}
.boolean-arg {
height: 46px;
}