Mail rule edit dialog

This commit is contained in:
Michael Shamoon
2022-11-08 11:50:57 -08:00
parent 6f25917c86
commit 9231df7a4a
9 changed files with 239 additions and 7 deletions

View File

@@ -242,10 +242,12 @@ a, a:hover,
}
.input-group {
.ng-select-container {
height: 100%;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
ng-select:not(:last-child) {
.ng-select-container {
height: 100%;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
}
}
}