Skip to content

Commit 112aa74

Browse files
authored
fix(ask-ai-widget): enhance text wrapping in AI widget docs (#8)
1 parent f0e714a commit 112aa74

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/sphinx_doc/source/_static/ask-ai-widget.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@
157157
font-size: 14px;
158158
line-height: 1.4;
159159
position: relative;
160+
word-wrap: break-word;
161+
overflow-wrap: break-word;
160162
}
161163

162164
.ask-ai-message> :last-child {

0 commit comments

Comments
 (0)