Merge pull request #9489 from ArtemDzhereleiko/AD/bug-fix/rule-chain-selector-padding

Fixed rule chain selector padding
This commit is contained in:
Igor Kulikov 2023-10-30 18:01:34 +02:00 committed by GitHub
commit a481a3cfb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,10 @@
:host {
min-width: 52px;
width: 100%;
padding: 0 6px;
padding: 0;
.tb-rule-select {
width: 100%;
}
.tb-rule-chain-select {
display: flex;
min-height: 100%;