Skip to content

Commit

Permalink
Merge pull request #3772 from tloncorp/hm/fix-invisible-links
Browse files Browse the repository at this point in the history
chat-input: fix invisible links
  • Loading branch information
arthyn authored Jul 19, 2024
2 parents 1f3f0c2 + 1bb4c01 commit 6e73c08
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 6e73c08

Please sign in to comment.