Skip to content

Commit

Permalink
Adjust border thickness of NcRichContenteditable
Browse files Browse the repository at this point in the history
Fixes #3635 by adjusting the border

Signed-off-by: Chartman123 <chris-hartmann@gmx.de>
  • Loading branch information
Chartman123 authored Jan 9, 2023
1 parent 2c51d80 commit 48b9b51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ export default {
white-space: pre-wrap;
word-break: break-word;
color: var(--color-main-text);
border: 1px solid var(--color-border-dark);
border: 2px solid var(--color-border-dark);
border-radius: var(--border-radius-large);
outline: none;
background-color: var(--color-main-background);
Expand Down

0 comments on commit 48b9b51

Please sign in to comment.