Skip to content

Commit 493b322

Browse files
committed
nowrap
1 parent c8e6c93 commit 493b322

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/components/HybridViewerTooltip.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ function formatAttributeValue(val) {
191191
pointer-events: none;
192192
z-index: 4;
193193
min-width: 200px;
194-
max-width: 450px;
194+
max-width: max-content;
195195
transition: opacity 0.15s ease;
196196
}
197197
.font-mono {
@@ -205,10 +205,12 @@ function formatAttributeValue(val) {
205205
.tooltip-label {
206206
color: #bdbdbd;
207207
font-weight: bold;
208+
white-space: nowrap;
208209
}
209210
.tooltip-value {
210211
color: #a7ffeb;
211212
font-weight: 500;
213+
white-space: nowrap;
212214
}
213215
.tooltip-value-dim {
214216
color: #eeeeee;

0 commit comments

Comments
 (0)