mirror of
https://github.com/unraid/webgui.git
synced 2026-02-27 04:41:20 -06:00
style: remove commented margin in default-base.css for cleaner code
- Deleted the commented-out margin property in the default-base.css file to enhance code clarity and maintainability.
This commit is contained in:
@@ -764,7 +764,6 @@ table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
border-style: hidden;
|
||||
/* margin: -30px 0 0 0; */
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
background-color: var(--background-color);
|
||||
|
||||
Reference in New Issue
Block a user