Skip to content

Commit

Permalink
Fix hashtag pill padding
Browse files Browse the repository at this point in the history
  • Loading branch information
colineckert committed Sep 19, 2022
1 parent c3a2772 commit 690d8e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions obsidian.css
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,8 @@ span.cm-formatting-highlight {
span.cm-hashtag.cm-hashtag-begin {
border-top-left-radius: 14px;
border-bottom-left-radius: 14px;
padding-top: 2px !important;
padding-bottom: 2px !important;
padding-left: 8px;
border-right: none;
border-left: 1px solid var(--background-modifier-border);
Expand Down

0 comments on commit 690d8e6

Please sign in to comment.