|
|
@@ -45,13 +45,17 @@ th { background: #f3f4f6; font-weight: 600; }
|
|
|
.weekly-chart { margin: 8px 0 14px 0; page-break-inside: avoid; }
|
|
|
.weekly-chart p { margin: 0 0 6px 0; }
|
|
|
.weekly-teacher-table { table-layout: fixed; width: 100%; font-size: 9pt; }
|
|
|
-.weekly-teacher-table col.col-name { width: 7%; }
|
|
|
+.weekly-teacher-table col.col-name { width: 18mm !important; max-width: 18mm !important; }
|
|
|
.weekly-teacher-table col.col-slash { width: 11%; }
|
|
|
-.weekly-teacher-table .td-name {
|
|
|
+.weekly-teacher-table th:nth-child(2),
|
|
|
+.weekly-teacher-table td.td-name {
|
|
|
+ width: 18mm !important;
|
|
|
+ max-width: 18mm !important;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
- max-width: 0;
|
|
|
+ padding: 4px 3px;
|
|
|
+ box-sizing: border-box;
|
|
|
color: #111827;
|
|
|
font-size: 9pt;
|
|
|
}
|