Skip to content

Commit 4a39fe8

Browse files
committed
Fix table cell alignment
1 parent 544c933 commit 4a39fe8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

static/css/mpg.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,12 @@ button, input {
289289

290290
}
291291

292+
.table td {
293+
294+
vertical-align: middle;
295+
296+
}
297+
292298
#mpg-create-user-modal {
293299

294300
top: 50px;

0 commit comments

Comments
 (0)