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;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#add_show_hosts-label {
|
||||||
|
width: 100%;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
#add_show_hosts-element {
|
#add_show_hosts-element {
|
||||||
max-height: 80px;
|
max-height: 80px;
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#add_show_hosts-element > label {
|
#add_show_hosts-element > label {
|
||||||
margin: 0 0 6px 5px;
|
|
||||||
vertical-align: middle;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
}
|
}
|
||||||
|
@ -129,6 +132,10 @@ label.wrapp-label input[type="checkbox"] {
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#schedule-show-who {
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
#add_show_logo {
|
#add_show_logo {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue