Skip to content

Commit

Permalink
fix(NcRich*): decrease size of 'tab' symbol
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy committed Jan 29, 2025
1 parent 7af98ca commit 738a528
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,7 @@ export default {
background-color: var(--color-main-background);
font-family: var(--font-face);
font-size: inherit;
tab-size: 4;
min-height: var(--default-clickable-area);
max-height: calc(var(--default-clickable-area) * 5.5);

Expand Down
2 changes: 2 additions & 0 deletions src/components/NcRichText/richtext.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
/* Markdown styles */

.rich-text--wrapper-markdown {
tab-size: 4;

div > *:first-child,
blockquote > *:first-child {
margin-top: 0 !important;
Expand Down

0 comments on commit 738a528

Please sign in to comment.