mirror of https://github.com/msgbyte/tailchat
perf: improve file table display in file table
parent
4a4adb1618
commit
ab7830999d
@ -0,0 +1,7 @@
|
||||
.arco-table-th {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.arco-table-td {
|
||||
/* white-space: nowrap; */
|
||||
overflow: hidden;
|
||||
}
|
Loading…
Reference in New Issue