Skip to content

Commit eb1d2cd

Browse files
Vertical alignment of table cell content
Centering looked odd when some cells contained multiple lines
1 parent 136dbb3 commit eb1d2cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

message-index/css/default.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ article .header {
6060
text-decoration: none;
6161
}
6262

63+
.message-list td, .message-list th {
64+
vertical-align: top;
65+
}
66+
6367
/* Responsive */
6468

6569
@media (max-width: 319px) {

0 commit comments

Comments
 (0)