Skip to content

Commit

Permalink
Merge pull request #3175 from nextcloud/enh/noid/fix-comments-border-…
Browse files Browse the repository at this point in the history
…radius

fix comments border-radius
  • Loading branch information
szaimen authored Sep 6, 2022
2 parents f51050c + cfca36a commit 6f31a14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ export default {
word-break: break-word;
color: var(--color-main-text);
border: 1px solid var(--color-border-dark);
border-radius: var(--border-radius);
border-radius: var(--border-radius-large);
outline: none;
background-color: var(--color-main-background);
font-family: var(--font-face);
Expand Down

0 comments on commit 6f31a14

Please sign in to comment.