Merge pull request #9489 from ArtemDzhereleiko/AD/bug-fix/rule-chain-selector-padding
Fixed rule chain selector padding
This commit is contained in:
commit
a481a3cfb0
@ -16,7 +16,10 @@
|
|||||||
:host {
|
:host {
|
||||||
min-width: 52px;
|
min-width: 52px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 6px;
|
padding: 0;
|
||||||
|
.tb-rule-select {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.tb-rule-chain-select {
|
.tb-rule-chain-select {
|
||||||
display: flex;
|
display: flex;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user