mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Override min-width in reading css so newsletters wrap.
This commit is contained in:
parent
5270582dbf
commit
81432b9628
1 changed files with 2 additions and 1 deletions
|
@ -21,13 +21,14 @@ p, div, table {
|
|||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
p, a, table, video, embed, object, iframe, div, figure, dl, dt {
|
||||
p, a, table, video, embed, object, iframe, div, figure, dl, dt, center {
|
||||
/* virtually all story content wants to be the wrong size for our viewport, so try to fit them horizontally, as we
|
||||
can only scroll in vertical. however, do not auto-set height for these, as they tend to ratio down to something
|
||||
tiny before dynamic content is done loading. these types will resize well, but exclude images, which distort. */
|
||||
width: auto !important;
|
||||
max-width: none !important;
|
||||
margin: 0px !important;
|
||||
min-width: 0px !important;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
Loading…
Add table
Reference in a new issue