mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
Fix new line for inline code (#10062)
This commit is contained in:
parent
c8ca47f786
commit
1ad16fbeae
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue