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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user