Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit fc6f0a6

Browse files
authored
UX: minor gist optimizations for readability (#864)
1 parent 9e8608b commit fc6f0a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/stylesheets/modules/summarization/common/ai-summary.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,12 @@
217217
}
218218

219219
.ai-topic-gist {
220+
width: 100%;
220221
.mobile-view & {
221222
position: relative;
222223
top: -0.33em;
223224
line-height: 1.4;
225+
width: 90%;
224226
}
225227
.desktop-view & {
226228
margin-top: 0.15em;
@@ -231,6 +233,7 @@
231233
text-wrap: pretty;
232234
word-wrap: break-word;
233235
font-size: var(--font-down-1);
236+
max-width: 70ch;
234237
.visited & {
235238
color: var(--primary-medium);
236239
}

0 commit comments

Comments
 (0)