mirror of
https://github.com/miniflux/v2.git
synced 2025-09-30 19:22:11 +00:00
fix(css): avoid layout overflow when external link is too long
This commit is contained in:
parent
1620f8d3f2
commit
e279b955c4
1 changed files with 1 additions and 0 deletions
|
@ -1236,6 +1236,7 @@ details.entry-enclosures {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Confirmation */
|
/* Confirmation */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue