Skip to content

Commit c77b6a5

Browse files
committed
fix: fixed width on inspector
1 parent 4346290 commit c77b6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2923,7 +2923,7 @@ svg.icon {
29232923
animation: 0.2s inspector-fadeIn;
29242924
animation-iteration-count: 1;
29252925
border: 1px black solid;
2926-
max-width: 26em;
2926+
width: 26em;
29272927
font-weight: 400;
29282928

29292929
&.segment-timeline__mini-inspector--sub-inspector {

0 commit comments

Comments
 (0)