fix(admin): replace scroll.x='max-content' with calculated fixed widths for all tables
This commit is contained in:
@@ -277,7 +277,7 @@ const ClassroomsPage: React.FC = () => {
|
||||
</Space>
|
||||
</div>
|
||||
<Table
|
||||
scroll={{ x: 'max-content' }}
|
||||
scroll={{ x: 1100 }}
|
||||
columns={columns}
|
||||
dataSource={filteredData}
|
||||
rowKey="id"
|
||||
|
||||
Reference in New Issue
Block a user