summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components
diff options
context:
space:
mode:
authorShoubhit Dash <[email protected]>2026-03-16 16:59:18 +0530
committerGitHub <[email protected]>2026-03-16 11:29:18 +0000
commit51fcd04a70258e40f04ec1b5ca165aab6a6dfc32 (patch)
tree2cc01531ea3a56e10d1bc0eeb30b6db26a7e4a59 /packages/ui/src/components
parent4d7cbdcbef92bb69613fe98ba64e832b5adddd79 (diff)
downloadopencode-51fcd04a70258e40f04ec1b5ca165aab6a6dfc32.tar.gz
opencode-51fcd04a70258e40f04ec1b5ca165aab6a6dfc32.zip
Wrap question option descriptions instead of truncating (#17782)
Diffstat (limited to 'packages/ui/src/components')
-rw-r--r--packages/ui/src/components/message-part.css14
1 files changed, 2 insertions, 12 deletions
diff --git a/packages/ui/src/components/message-part.css b/packages/ui/src/components/message-part.css
index 5a325693b..8031bf263 100644
--- a/packages/ui/src/components/message-part.css
+++ b/packages/ui/src/components/message-part.css
@@ -1050,18 +1050,8 @@
line-height: var(--line-height-large);
color: var(--text-base);
min-width: 0;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
-
- [data-slot="question-option"][data-custom="true"] {
- [data-slot="option-description"] {
- overflow: visible;
- text-overflow: clip;
- white-space: normal;
- overflow-wrap: anywhere;
- }
+ overflow-wrap: anywhere;
+ white-space: normal;
}
[data-slot="question-custom"] {