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

Commit

Permalink
Fix new line for inline code (#10062)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros authored Feb 2, 2023
1 parent c8ca47f commit 1ad16fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions res/css/views/rooms/wysiwyg_composer/components/_Editor.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1ad16fb

Please sign in to comment.