Skip to content

Commit 8013fc4

Browse files
Remove the padding on table cells in Firefox (#221)
Co-authored-by: Yuhei Yasuda <[email protected]>
1 parent 1618751 commit 8013fc4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sanitize.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,14 @@
196196
text-indent: 0; /* 3 */
197197
}
198198

199+
/**
200+
* Remove the padding on table cells in Firefox.
201+
*/
202+
203+
:where(td, th) {
204+
padding: 0;
205+
}
206+
199207
/* Forms
200208
* ========================================================================== */
201209

0 commit comments

Comments
 (0)