Skip to content

Commit

Permalink
fix(admin-ui): Fix overflow in channel assignment block (#2984)
Browse files Browse the repository at this point in the history
  • Loading branch information
monrostar authored Jul 31, 2024
1 parent 6eeae1c commit 0f8bdb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ vdr-action-bar clr-toggle-wrapper {

.channel-assignment {
flex-wrap: wrap;
max-height: 144px;
min-height: 24px;
}

.pagination-row {
Expand Down

0 comments on commit 0f8bdb5

Please sign in to comment.