Merge pull request #4638 from vvlladd28/bug/rule-chain/panel-node

UI: Updated style rulechain rule-node panel
This commit is contained in:
Igor Kulikov 2021-05-27 17:40:33 +03:00 committed by GitHub
commit cf744b0749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,12 +126,13 @@
.mat-expansion-panel-header-title { .mat-expansion-panel-header-title {
line-height: 48px; line-height: 48px;
height: 48px; height: 48px;
overflow: hidden;
.mat-icon { .mat-icon {
min-width: 24px; min-width: 24px;
margin: auto 8px auto auto; margin: auto 8px auto 0;
} }
.tb-panel-title { .tb-panel-title {
min-width: 140px; min-width: 130px;
user-select: none; user-select: none;
} }
} }