Fix text overflow in post attachments
This commit is contained in:
parent
18043a3491
commit
606c9412ce
1 changed files with 1 additions and 0 deletions
|
@ -614,6 +614,7 @@ export default class PostComponent extends Vue {
|
|||
|
||||
.post-attachment {
|
||||
padding: 0 $block-inner-padding $block-inner-padding;
|
||||
word-wrap: break-word;
|
||||
|
||||
img {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue