SAAS-1087 - fix DJ list overflow + styling
This commit is contained in:
parent
7a44a05cb2
commit
f5afc0957f
1 changed files with 9 additions and 2 deletions
|
@ -113,14 +113,17 @@ label.wrapp-label input[type="checkbox"] {
|
|||
display: none;
|
||||
}
|
||||
|
||||
#add_show_hosts-label {
|
||||
width: 100%;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
#add_show_hosts-element {
|
||||
max-height: 80px;
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
#add_show_hosts-element > label {
|
||||
margin: 0 0 6px 5px;
|
||||
vertical-align: middle;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
@ -129,6 +132,10 @@ label.wrapp-label input[type="checkbox"] {
|
|||
margin-right: 6px;
|
||||
}
|
||||
|
||||
#schedule-show-who {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#add_show_logo {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue