mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-24 08:00:53 +01:00
Remove border on nested tables.
This commit is contained in:
parent
f2d9552c85
commit
2f3482d260
@ -153,7 +153,10 @@ code, pre {
|
|||||||
border: 1px solid var(--accent-color);
|
border: 1px solid var(--accent-color);
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
.nnw-overflow table table {
|
||||||
|
margin-bottom: 0;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
.nnw-overflow td, .nnw-overflow th {
|
.nnw-overflow td, .nnw-overflow th {
|
||||||
-webkit-hyphens: none;
|
-webkit-hyphens: none;
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
|
Loading…
Reference in New Issue
Block a user