tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
27
pulls
pipelines
fixing firfox bugs causing mentions to wrap
cozylittle.house
1 month ago
0920f639
ebc99d35
+2
-4
1 changed file
expand all
collapse all
unified
split
app
globals.css
+2
-4
app/globals.css
···
309
309
.ProseMirror .didMention.ProseMirror-selectednode {
310
310
@apply text-accent-contrast;
311
311
@apply px-0.5;
312
312
-
@apply -mx-[3px]; /* extra px to account for the border*/
313
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
324
-
@apply -mx-[3px];
325
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
326
+
display: inline;
327
327
+
white-space: normal;
330
328
}
331
329
332
330
.multiselected:focus-within .selection-highlight {