mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +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;
|
||||
padding: $spacing-2;
|
||||
}
|
||||
|
||||
code:empty {
|
||||
border: unset;
|
||||
padding: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_WysiwygComposer_Editor_content_placeholder::before {
|
||||
|
|
Loading…
Reference in a new issue