From e0804aa44b3fe174e94b713b8d85363e54a90019 Mon Sep 17 00:00:00 2001 From: Qrac Date: Mon, 15 Mar 2021 20:21:20 +0900 Subject: [PATCH] Remove unwanted styles from legend #31 --- src/index.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/index.css b/src/index.css index 7fd0afe..d5c859b 100644 --- a/src/index.css +++ b/src/index.css @@ -129,14 +129,6 @@ textarea { resize: vertical; } -legend { - display: table; - max-width: 100%; - padding: 0; - color: inherit; - white-space: normal; -} - table { border-collapse: collapse; }