Commit 5d64e33 1 parent 9aa087a commit 5d64e33 Copy full SHA for 5d64e33
File tree 2 files changed +8
-7
lines changed
packages/fuselage/src/components/Message
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -70,15 +70,16 @@ export const Default: ComponentStory<typeof Message> = () => (
70
70
pariatur. Consectetur adipiscing{ ' ' }
71
71
< Message . Highlight variant = 'critical' >
72
72
highlighted text
73
- </ Message . Highlight > { ' ' }
73
+ </ Message . Highlight >
74
+ touching text.{ ' ' }
74
75
< Message . Mention clickable tag = '@' variant = 'relevant' >
75
76
all
76
- </ Message . Mention > { ' ' }
77
- elit, sed do eiusmod tempor incididunt ut labore et dolore magna
77
+ </ Message . Mention >
78
+ . elit, sed do eiusmod tempor incididunt ut labore et dolore magna
78
79
< Message . Mention clickable tag = '@' variant = 'other' >
79
80
Gabriel.Henriques
80
- </ Message . Mention > { ' ' }
81
- aliqua. Ut enim ad minim veniam...
81
+ </ Message . Mention >
82
+ . aliqua. Ut enim ad minim veniam...
82
83
</ Message . Body >
83
84
< MessageReactions >
84
85
< MessageReactions . Reaction mine counter = { 1 } />
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ $message-highlight-colors-background-other-color: theme(
327
327
328
328
display : inline-block ;
329
329
330
- padding-inline-start : lengths .padding (2 );
330
+ padding-inline : lengths .padding (2 );
331
331
332
332
white-space : nowrap ;
333
333
@@ -348,7 +348,7 @@ $message-highlight-colors-background-other-color: theme(
348
348
349
349
z-index : -1 ;
350
350
351
- width : calc ( 100% + lengths . padding ( 2 )) ;
351
+ width : 100% ;
352
352
height : 18px ;
353
353
354
354
content : ' ' ;
You can’t perform that action at this time.
0 commit comments