We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7cbdc commit 51fcd04Copy full SHA for 51fcd04
packages/ui/src/components/message-part.css
@@ -1050,18 +1050,8 @@
1050
line-height: var(--line-height-large);
1051
color: var(--text-base);
1052
min-width: 0;
1053
- overflow: hidden;
1054
- text-overflow: ellipsis;
1055
- white-space: nowrap;
1056
- }
1057
-
1058
- [data-slot="question-option"][data-custom="true"] {
1059
- [data-slot="option-description"] {
1060
- overflow: visible;
1061
- text-overflow: clip;
1062
- white-space: normal;
1063
- overflow-wrap: anywhere;
1064
+ overflow-wrap: anywhere;
+ white-space: normal;
1065
}
1066
1067
[data-slot="question-custom"] {
0 commit comments