We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e6c93 commit 493b322Copy full SHA for 493b322
1 file changed
app/components/HybridViewerTooltip.vue
@@ -191,7 +191,7 @@ function formatAttributeValue(val) {
191
pointer-events: none;
192
z-index: 4;
193
min-width: 200px;
194
- max-width: 450px;
+ max-width: max-content;
195
transition: opacity 0.15s ease;
196
}
197
.font-mono {
@@ -205,10 +205,12 @@ function formatAttributeValue(val) {
205
.tooltip-label {
206
color: #bdbdbd;
207
font-weight: bold;
208
+ white-space: nowrap;
209
210
.tooltip-value {
211
color: #a7ffeb;
212
font-weight: 500;
213
214
215
.tooltip-value-dim {
216
color: #eeeeee;
0 commit comments