Skip to content
Snippets Groups Projects
Commit 406ef397 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

use auto width on .inline-content in .inline-block, re #212

parent 76b079c1
No related branches found
No related tags found
No related merge requests found
......@@ -306,10 +306,13 @@ button.vips_file_upload:hover {
.inline-content .formatted-content {
display: inline-block;
max-width: calc(100% - 48px);
vertical-align: top;
}
.inline-content:not(.inline-block) .formatted-content {
max-width: calc(100% - 48px);
}
.inline-content .formatted-content > p:last-child {
margin-bottom: 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment