lessons list table размер названия лекции максимален

This commit is contained in:
Primakov Alexandr Alexandrovich 2024-10-01 10:05:56 +03:00
parent 250feff2f4
commit c9a64ccbef

View File

@ -287,7 +287,7 @@ const LessonList = () => {
<Th textAlign="center" width={1}>
Дата
</Th>
<Th>Название</Th>
<Th width="100%">Название</Th>
{isTeacher(user) && <Th>action</Th>}
<Th isNumeric>Отмечено</Th>
</Tr>