Skip to content

Commit

Permalink
prose-mirror: make sure links have underline
Browse files Browse the repository at this point in the history
  • Loading branch information
arthyn committed Jul 19, 2024
1 parent f4b09aa commit 05c3964
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/tlon-web/src/styles/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
@apply my-0;
}

.Prosemirror a {
@apply underline;
}

/* hack to prevent auto-zoom on em-emoji-picker */
@media screen and (max-width: 767px) {
em-emoji-picker {
Expand Down

0 comments on commit 05c3964

Please sign in to comment.