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

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 {