Adjust CSS settings
This commit is contained in:
parent
b4b73269f6
commit
ff8b0dc26c
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue