From 6717663c07b5a9d1d30c6f0b13f2a92835f2f65d Mon Sep 17 00:00:00 2001 From: Ben Warzeski Date: Thu, 10 Dec 2020 10:30:12 -0500 Subject: [PATCH] fix column header width to static value --- src/components/Gradebook/gradebook.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Gradebook/gradebook.scss b/src/components/Gradebook/gradebook.scss index cd1090e..e251aa6 100644 --- a/src/components/Gradebook/gradebook.scss +++ b/src/components/Gradebook/gradebook.scss @@ -113,10 +113,10 @@ td:nth-child(1), th:nth-child(2), td:nth-child(2) { - min-width: 240px; + width: 240px; } th, td { - min-width: 120px; + width: 120px; } } .table tbody th {