Skip to content

Commit f3314cb

Browse files
fix(Message): Adjust width of footnote backref links (#683)
Made width of link smaller.
1 parent 835dfd5 commit f3314cb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/module/src/Message/TextMessage/TextMessage.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ li[id*='user-content-fn-']:has(> span > span > .pf-chatbot__message-text + .pf-c
7171
margin-block-end: var(--pf-t--global--spacer--md);
7272
}
7373

74+
.pf-chatbot__message-text.footnotes {
75+
.data-footnote-backref {
76+
width: fit-content;
77+
}
78+
}
79+
7480
.pf-chatbot__message--user {
7581
.pf-chatbot__message-text {
7682
background-color: var(--pf-t--global--color--brand--default);

0 commit comments

Comments
 (0)