From f5afc0957fd60cf33164830f9b06edd499bbbabf Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Tue, 29 Sep 2015 11:36:00 -0400 Subject: [PATCH] SAAS-1087 - fix DJ list overflow + styling --- airtime_mvc/public/css/add-show.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/public/css/add-show.css b/airtime_mvc/public/css/add-show.css index 9a9507ebc..3e128e8f9 100644 --- a/airtime_mvc/public/css/add-show.css +++ b/airtime_mvc/public/css/add-show.css @@ -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; }