Merge pull request #5054 from hanakin/ticket/15470

[ticket/15470] Add font-size prop to .attachbox
This commit is contained in:
Marc Alexander 2017-12-17 16:10:39 +01:00
commit d546e7fbd9
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -529,6 +529,7 @@ blockquote .codebox {
/* Attachments /* Attachments
----------------------------------------*/ ----------------------------------------*/
.attachbox { .attachbox {
font-size: 13px;
float: left; float: left;
width: auto; width: auto;
max-width: 100%; max-width: 100%;