Skip to content

Commit

Permalink
fix: fixed width on inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Jan 10, 2025
1 parent e301ab8 commit 7231bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webui/src/client/styles/rundownView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2933,7 +2933,7 @@ svg.icon {
animation: 0.2s inspector-fadeIn;
animation-iteration-count: 1;
border: 1px black solid;
max-width: 26em;
width: 26em;
font-weight: 400;

&.segment-timeline__mini-inspector--sub-inspector {
Expand Down

0 comments on commit 7231bde

Please sign in to comment.