Skip to content

Commit 4cb47f8

Browse files
author
Kyoshiro
authored
Fix line-height in task list on multi-line titles
1 parent 5fc5187 commit 4cb47f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stylesheets/lists.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
table.list td, table.list th {
2-
line-height: 40px;
2+
height: 40px;
33
vertical-align: middle;
44
}
55
td.name, td.username, td.firstname, td.lastname, td.email {

0 commit comments

Comments
 (0)