style: remove redundant CSS rules for table cell height and line height in default-base.css to streamline styles and enhance maintainability

This commit is contained in:
Zack Spear
2025-04-01 11:53:06 -07:00
parent 5d9f36129d
commit d69113c805
@@ -1974,11 +1974,6 @@ span#wlan0 {
background-color: transparent;
}
table tbody td {
line-height: 3rem;
height: 3rem;
}
table tbody tr.tr_last {
border-bottom: 1px solid var(--border-color);
}