fix(style): model file list text overflow
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
.ant-table-thead {
|
||||
.ant-table-column-sorters {
|
||||
.ant-table-column-title {
|
||||
min-width: 32px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user