Skip to content

Commit c3f0761

Browse files
committed
fix: css VT hover align in and out words
1 parent d234a78 commit c3f0761

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/webui/src/client/styles/rundownView.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3264,7 +3264,16 @@ svg.icon {
32643264
white-space: normal;
32653265
}
32663266
.mini-inspector__value__right {
3267+
font-weight: 200;
3268+
font-size: 0.8em;
3269+
letter-spacing: 0em;
3270+
max-width: 60vw;
3271+
overflow: hidden;
3272+
text-overflow: ellipsis;
3273+
word-break: break-all;
3274+
white-space: normal;
32673275
position: absolute;
3276+
bottom: 7px;
32683277
right: 0;
32693278
}
32703279
.mini-inspector__system {

0 commit comments

Comments
 (0)