mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 23:00:58 +00:00
Apply to table headers the same code as already used for table data. This way, the headers will be either pushed to the next line, or cut with an ellipsis if the single word is too long. Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>
This commit is contained in:
parent
9caaaa49b6
commit
c5663689a3
@ -120,7 +120,8 @@ table.table-dynamic {
|
|||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.table-condensed td {
|
table.table-condensed td,
|
||||||
|
table.table-condensed th {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -363,7 +364,8 @@ ul.three-columns li, ul.two-columns li {
|
|||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.table-condensed td {
|
table.table-condensed td,
|
||||||
|
table.table-condensed th {
|
||||||
/* for mobile phones to allow linebreaks in long repro folder/shared with
|
/* for mobile phones to allow linebreaks in long repro folder/shared with
|
||||||
* columns. */
|
* columns. */
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
Loading…
Reference in New Issue
Block a user