Skip to content

Commit

Permalink
Fix an issue where icons made rundown list scroll unexpectedly
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Boberg <[email protected]>
  • Loading branch information
axelboberg committed Apr 19, 2024
1 parent 0a0854a commit 8d71b27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/rundown/app/components/RundownItem/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
.RundownItem-section--icons {
height: 1em;
width: 100px;

justify-content: flex-end;

overflow: hidden;
}

.RundownItem-section--right {
Expand Down

0 comments on commit 8d71b27

Please sign in to comment.