mirror of
https://github.com/unraid/webgui.git
synced 2026-01-04 16:40:21 -06:00
fix: hide empty dt, dd, p tags with only hidden inputs
This commit is contained in:
@@ -1283,6 +1283,7 @@ a.list {
|
||||
* Necessary evil to prevent needing to rewrite .page file parsing and allow for a more responsive page.
|
||||
*/
|
||||
dt, dd, p {
|
||||
&:has(input[type="hidden"]:only-child),
|
||||
&:empty {
|
||||
display: none !important;
|
||||
margin: 0 !important;
|
||||
|
||||
Reference in New Issue
Block a user