Bug 1698827 - Use border-spacing: 0; on about:crashes tables. r=gsvelto

Differential Revision: https://phabricator.services.mozilla.com/D108776
This commit is contained in:
Tim Nguyen 2021-03-17 13:37:12 +00:00
parent 420b2787b0
commit 0a8f5c2597

View File

@ -18,7 +18,7 @@
table {
width: 100%;
padding-bottom: 2em;
border-collapse: collapse;
border-spacing: 0;
}
th {