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:
Zack Spear
2025-05-07 10:48:37 -07:00
parent 8472f1b4ed
commit 15279ab619

View File

@@ -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);