mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 09:39:58 -06:00
style: remove padding for forms in TableContainer elements
- Added CSS rules to remove top padding for the first form inside TableContainer elements, improving layout consistency.
This commit is contained in:
@@ -1358,6 +1358,13 @@ a.list {
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
/* Remove padding for forms inside TableContainer elements */
|
||||
.TableContainer form:first-of-type,
|
||||
.TableContainer--widest form:first-of-type,
|
||||
.TableContainer--no-min-width form:first-of-type {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.shade form {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user