Skip to content

Commit 78c7a18

Browse files
fix(ResponseActions): Adjust spacing so it's consistent (#584)
Previously spacing could vary based on size of parent message - switching to 100% of space.
1 parent 5236af7 commit 78c7a18

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,15 @@
33
// ============================================================================
44

55
.pf-chatbot__message-and-actions {
6+
width: 100%;
7+
68
blockquote {
79
.pf-chatbot__message-text {
810
display: inline-block;
911
}
1012
}
1113
}
1214

13-
// make it full width when there's a table, so the table can grow as needed
14-
.pf-chatbot__message-and-actions:has(.pf-chatbot__message-table) {
15-
width: 100%;
16-
}
17-
1815
// Need to inline shorter text
1916
.pf-chatbot__message-text {
2017
width: fit-content;

0 commit comments

Comments
 (0)