Skip to content

Commit a7cd541

Browse files
committed
Improve styling for lists in table cells
1 parent f0bf513 commit a7cd541

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/javascript/stylesheets/hitobito/_table.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,11 @@ table tr.divider td:hover {
149149
table td.vertical-middle {
150150
vertical-align: middle;
151151
}
152+
153+
table td > ul {
154+
margin-bottom: 0;
155+
156+
> li {
157+
margin-left: 20px;
158+
}
159+
}

0 commit comments

Comments
 (0)