diff --git a/app/assets/stylesheets/index_channel.css b/app/assets/stylesheets/index_channel.css index 48c160b..0c2483a 100644 --- a/app/assets/stylesheets/index_channel.css +++ b/app/assets/stylesheets/index_channel.css @@ -45,7 +45,7 @@ .channel-dropdown-menu { top: calc(100% + 5px); right: 0; - left: auto; + left: unset !important; z-index: 1200; border-radius: 4px; border-color: #ccc; @@ -91,13 +91,14 @@ .channel-form-horizontal .channel-label { float: none; - width: auto; + width: auto !important; text-align: left; display: block; } -.channel-form-horizontal .channel-controls { +.channel-dropdown .channel-form-horizontal .channel-controls { margin-left: 0; + input { width: 90%;} } .channel-source-name {