From 0a8f5c259762ddbe50593177ec71b50079844b5f Mon Sep 17 00:00:00 2001 From: Tim Nguyen Date: Wed, 17 Mar 2021 13:37:12 +0000 Subject: [PATCH] Bug 1698827 - Use border-spacing: 0; on about:crashes tables. r=gsvelto Differential Revision: https://phabricator.services.mozilla.com/D108776 --- toolkit/crashreporter/content/crashes.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/crashreporter/content/crashes.css b/toolkit/crashreporter/content/crashes.css index 6cf872025057..3f08455005b6 100644 --- a/toolkit/crashreporter/content/crashes.css +++ b/toolkit/crashreporter/content/crashes.css @@ -18,7 +18,7 @@ table { width: 100%; padding-bottom: 2em; - border-collapse: collapse; + border-spacing: 0; } th {