We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835dfd5 commit f3314cbCopy full SHA for f3314cb
1 file changed
packages/module/src/Message/TextMessage/TextMessage.scss
@@ -71,6 +71,12 @@ li[id*='user-content-fn-']:has(> span > span > .pf-chatbot__message-text + .pf-c
71
margin-block-end: var(--pf-t--global--spacer--md);
72
}
73
74
+.pf-chatbot__message-text.footnotes {
75
+ .data-footnote-backref {
76
+ width: fit-content;
77
+ }
78
+}
79
+
80
.pf-chatbot__message--user {
81
.pf-chatbot__message-text {
82
background-color: var(--pf-t--global--color--brand--default);
0 commit comments