Skip to content

Commit ad2db0b

Browse files
committed
Use em for cell padding in Tables
1 parent 3340b33 commit ad2db0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tables/css/tables.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
font-size: inherit;
2121
margin: 0;
2222
overflow: visible; /*to make ths where the title is really long work*/
23-
padding: 6px 12px; /* cell padding */
23+
padding: 0.5em 1em; /* cell padding */
2424
}
2525
.pure-table td:first-child,
2626
.pure-table th:first-child {

0 commit comments

Comments
 (0)