Commit cf744b0749a33c9979533639cf0cf0983f3cef34

Authored by Igor Kulikov
Committed by GitHub
2 parents 77390984 40a65c5b

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

UI: Updated style rulechain rule-node panel
@@ -126,12 +126,13 @@ @@ -126,12 +126,13 @@
126 .mat-expansion-panel-header-title { 126 .mat-expansion-panel-header-title {
127 line-height: 48px; 127 line-height: 48px;
128 height: 48px; 128 height: 48px;
  129 + overflow: hidden;
129 .mat-icon { 130 .mat-icon {
130 min-width: 24px; 131 min-width: 24px;
131 - margin: auto 8px auto auto; 132 + margin: auto 8px auto 0;
132 } 133 }
133 .tb-panel-title { 134 .tb-panel-title {
134 - min-width: 140px; 135 + min-width: 130px;
135 user-select: none; 136 user-select: none;
136 } 137 }
137 } 138 }