Avoid text overflow when displaying attachments
This commit is contained in:
parent
bc20e0884b
commit
5546dd99a5
2 changed files with 4 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -665,6 +665,7 @@ a.button {
|
|||
|
||||
.entry-enclosure-download {
|
||||
font-size: 0.85em;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.enclosure-video video,
|
||||
|
|
Loading…
Reference in a new issue