a tool for shared writing and social publishing

fixing firfox bugs causing mentions to wrap

+2 -4
+2 -4
app/globals.css
··· 309 309 .ProseMirror .didMention.ProseMirror-selectednode { 310 310 @apply text-accent-contrast; 311 311 @apply px-0.5; 312 - @apply -mx-[3px]; /* extra px to account for the border*/ 313 - @apply -my-px; /*to account for the border*/ 314 312 @apply rounded-[4px]; 315 313 @apply box-decoration-clone; 316 314 background-color: rgba(var(--accent-contrast), 0.2); ··· 321 319 @apply cursor-pointer; 322 320 @apply text-accent-contrast; 323 321 @apply px-0.5; 324 - @apply -mx-[3px]; 325 - @apply -my-px; /*to account for the border*/ 326 322 @apply rounded-[4px]; 327 323 @apply box-decoration-clone; 328 324 background-color: rgba(var(--accent-contrast), 0.2); 329 325 border: 1px solid transparent; 326 + display: inline; 327 + white-space: normal; 330 328 } 331 329 332 330 .multiselected:focus-within .selection-highlight {