Fix: заголовки и строки таблиц списков документов в одну строку (nowrap)
Made-with: Cursor
This commit is contained in:
@@ -216,6 +216,12 @@ body {
|
||||
border-bottom: 1px solid var(--ws-border);
|
||||
}
|
||||
|
||||
/* Списки документов: заголовки и строки в одну строку без переноса */
|
||||
.ws-table.ws-table-list-nowrap th,
|
||||
.ws-table.ws-table-list-nowrap td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ws-table th {
|
||||
background: var(--ws-bg-elevated);
|
||||
font-weight: 500;
|
||||
|
||||
Reference in New Issue
Block a user