Fix new line for inline code (#10062)

pull/28788/head^2
Florian Duros 2023-02-02 16:49:50 +01:00 committed by GitHub
parent c8ca47f786
commit 1ad16fbeae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -95,6 +95,11 @@ limitations under the License.
border-radius: 4px; border-radius: 4px;
padding: $spacing-2; padding: $spacing-2;
} }
code:empty {
border: unset;
padding: unset;
}
} }
.mx_WysiwygComposer_Editor_content_placeholder::before { .mx_WysiwygComposer_Editor_content_placeholder::before {