mirror of
https://github.com/redlib-org/redlib.git
synced 2026-06-11 04:34:27 -04:00
Merge pull request #463 from efficientwrite/main
Fix table layout for mobile
This commit is contained in:
@@ -1853,6 +1853,14 @@ table {
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
th {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
td {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
td,
|
||||
th {
|
||||
padding: 10px;
|
||||
|
||||
Reference in New Issue
Block a user