Commit cf744b0749a33c9979533639cf0cf0983f3cef34
Committed by
GitHub
Merge pull request #4638 from vvlladd28/bug/rule-chain/panel-node
UI: Updated style rulechain rule-node panel
Showing
1 changed file
with
3 additions
and
2 deletions
... | ... | @@ -126,12 +126,13 @@ |
126 | 126 | .mat-expansion-panel-header-title { |
127 | 127 | line-height: 48px; |
128 | 128 | height: 48px; |
129 | + overflow: hidden; | |
129 | 130 | .mat-icon { |
130 | 131 | min-width: 24px; |
131 | - margin: auto 8px auto auto; | |
132 | + margin: auto 8px auto 0; | |
132 | 133 | } |
133 | 134 | .tb-panel-title { |
134 | - min-width: 140px; | |
135 | + min-width: 130px; | |
135 | 136 | user-select: none; |
136 | 137 | } |
137 | 138 | } | ... | ... |