chore(FE-113): set vertical-align to top

This commit is contained in:
ValdiANS
2025-10-21 15:05:36 +07:00
parent 8b403a4208
commit 1a76913f3f
+4
View File
@@ -8,4 +8,8 @@
--step-bg: var(--color-error);
--step-fg: var(--color-error-content);
}
.table :where(th, td) {
vertical-align: top;
}
}