Merge pull request #156 from edx/column_header_width

fix column header width to static value 
resolves https://openedx.atlassian.net/browse/EDUCATOR-4849
This commit is contained in:
Matthew Carter
2020-12-10 16:24:26 -05:00
committed by GitHub

View File

@@ -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 {