From 02e825978bb7e88860b885278ddff0208adcabbe Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sat, 23 Jan 2021 18:30:24 -0500 Subject: [PATCH] Update CSS styling --- fHDHR_web/www_dir/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fHDHR_web/www_dir/style.css b/fHDHR_web/www_dir/style.css index fe61487..ea38dec 100644 --- a/fHDHR_web/www_dir/style.css +++ b/fHDHR_web/www_dir/style.css @@ -136,13 +136,13 @@ td {border: 1px solid black;} /* Other options */ -.table-scroll.text-edit-cols td:nth-child(-n+4), -.table-scroll.text-edit-cols th:nth-child(-n+4){ +.table-scroll.text-edit-cols td:nth-of-type(-n+4), +.table-scroll.text-edit-cols th:nth-of-type(-n+4){ flex: 2 } -.table-settings.text-edit-cols td:nth-child(-n+2), -.table-settings.text-edit-cols th:nth-child(-n+2){ +.table-settings.text-edit-cols td:nth-of-type(-n+2), +.table-settings.text-edit-cols th:nth-of-type(-n+2){ flex: 1; }