style: wrap table headers at ~5 chars on mobile with word-break break-all
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -192,6 +192,13 @@ td.inv-col, th.inv-col {
|
||||
padding: 2px 2px;
|
||||
}
|
||||
|
||||
.byaud-table th,
|
||||
.allequip-table th {
|
||||
white-space: normal;
|
||||
word-break: break-all;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
/* byAud table: Название и Расположение — приоритет */
|
||||
.byaud-table {
|
||||
table-layout: fixed;
|
||||
|
||||
Reference in New Issue
Block a user