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

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

This reverts commit 406ef397.
parent 21ac610c
No related branches found
No related tags found
No related merge requests found
...@@ -316,11 +316,8 @@ button.vips_file_upload:hover { ...@@ -316,11 +316,8 @@ button.vips_file_upload:hover {
.inline-content .formatted-content { .inline-content .formatted-content {
display: inline-block; display: inline-block;
vertical-align: top;
}
.inline-content:not(.inline-block) .formatted-content {
max-width: calc(100% - 48px); max-width: calc(100% - 48px);
vertical-align: top;
} }
.inline-content .formatted-content > p:last-child { .inline-content .formatted-content > p:last-child {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment