Revert world_entry_form_control css class changes
| @@ -275,6 +275,6 @@ select.keyselect+span.select2-container .select2-selection--multiple { | |||
| 275 | width: 100%; | 275 | width: 100%; |
| 276 | } | 276 | } |
| 277 | 277 | ||
| 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 | } |