Fix new line for inline code (#10062)

This commit is contained in:
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

View file

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