Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 1ad16fb

Browse files
authored
Fix new line for inline code (#10062)
1 parent c8ca47f commit 1ad16fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

res/css/views/rooms/wysiwyg_composer/components/_Editor.pcss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ limitations under the License.
9595
border-radius: 4px;
9696
padding: $spacing-2;
9797
}
98+
99+
code:empty {
100+
border: unset;
101+
padding: unset;
102+
}
98103
}
99104

100105
.mx_WysiwygComposer_Editor_content_placeholder::before {

0 commit comments

Comments
 (0)