Skip to content

Commit 593e9c4

Browse files
committed
Align table th to top
1 parent 5eb4c69 commit 593e9c4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/public/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,10 @@ main {
393393
width: -webkit-fill-available;
394394
max-width: 650px;
395395

396+
th {
397+
vertical-align: baseline;
398+
}
399+
396400
td {
397401
overflow-wrap: anywhere;
398402
}

0 commit comments

Comments
 (0)