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,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 | } |