Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 56fc1be

Browse files
Update main.scss
1 parent 71e16da commit 56fc1be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/scss/main.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ a {
1616
.table {
1717
td {
1818
padding: 0.25em 0.5em;
19-
vertical-align: middle;
2019
}
2120

2221
tr:nth-child(even) {
@@ -28,6 +27,10 @@ a {
2827
white-space: nowrap;
2928
}
3029

30+
.verticalcenter {
31+
vertical-align: middle;
32+
}
33+
3134
.actions {
3235
display: flex;
3336
flex-wrap: wrap;

0 commit comments

Comments
 (0)