Fixes #1077
@@ -129,6 +129,10 @@
display: flex;
color: var(--color-grey-400);
}
+
+ ::ng-deep .clr-control-container {
+ width: 100%;
+ }
.channel-assignment {
@@ -1,4 +1,6 @@
:host {
+ display: block;
.toggle-switch {
margin-top: 0;
margin-bottom: 0;
@@ -1,5 +1,9 @@
@import 'variables';
+:host {
+ flex: 1;
+}
.list-container {
border: 1px solid var(--color-component-border-200);
border-radius: 3px;
@@ -0,0 +1,3 @@
+input {
@@ -2,5 +2,6 @@
textarea {
resize: both;
height: 6rem;