Skip to content

Commit 18eead3

Browse files
committed
Shrink name of the chat if too big
1 parent fbcdf8d commit 18eead3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/jupyter-chat/style/chat.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,12 @@
106106
padding: 2px 0;
107107
font-weight: bold;
108108
}
109+
110+
.jp-chat-open {
111+
max-width: calc(100% - 140px);
112+
overflow: hidden;
113+
}
114+
115+
.lm-AccordionPanel-titleLabel {
116+
max-width: calc(100% - 140px);
117+
}

0 commit comments

Comments
 (0)