From 1d94df485b45aa4806889c7fa67cf51bef6364ba Mon Sep 17 00:00:00 2001 From: Rex Tsou Date: Sun, 26 Apr 2020 18:53:05 +0800 Subject: [PATCH] fix: prevent table being truncated in Chrome Co-authored-by: boris-hocde fixes #274 --- css/styles.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/styles.css b/css/styles.css index fa575e3..afb42ee 100644 --- a/css/styles.css +++ b/css/styles.css @@ -329,7 +329,6 @@ input[type=number] { margin: 0px auto; box-sizing: border-box; overflow-x: auto; - border-radius: 2px; } @media only screen and (max-width: 1440px) and (pointer: fine) { @@ -364,7 +363,6 @@ input[type=number] { background: rgba(0, 0, 0, 0.2); } - #turnipTable { border-collapse: collapse; } @@ -611,7 +609,6 @@ body.darkmode--activated a, body.darkmode--activated b, body.darkmode--activated input[type=number]:not(:placeholder-shown){ color: #586472; - } body.darkmode--activated input[type="radio"]+label,