We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5236af7 commit 78c7a18Copy full SHA for 78c7a18
packages/module/src/Message/TextMessage/TextMessage.scss
@@ -3,18 +3,15 @@
3
// ============================================================================
4
5
.pf-chatbot__message-and-actions {
6
+ width: 100%;
7
+
8
blockquote {
9
.pf-chatbot__message-text {
10
display: inline-block;
11
}
12
13
14
-// make it full width when there's a table, so the table can grow as needed
-.pf-chatbot__message-and-actions:has(.pf-chatbot__message-table) {
15
- width: 100%;
16
-}
17
-
18
// Need to inline shorter text
19
20
width: fit-content;
0 commit comments