Revert world_entry_form_control css class changes

7b1baed0d7193fd2b7cd92bff2b9a2db5fcb45b5

Crow <bismuthglass@protonmail.com>

1 files changed, +1 -1Ignore whitespace
public/css/world-info.css+1 -1
@@ -275,6 +275,6 @@ select.keyselect+span.select2-container .select2-selection--multiple {
275 width: 100%;275 width: 100%;
276}276}
277277
278.world_entry:has(input[name="delay_until_recursion"]:not(:checked)) .world_entry_form_control_recursion_delay:has(input[name="delayUntilRecursionLevel"]) {278.world_entry:has(input[name="delay_until_recursion"]:not(:checked)) .world_entry_form_control:has(input[name="delayUntilRecursionLevel"]) {
279 display: none;279 display: none;
280}280}