Commit 40a65c5b66cc76af07d093577c9a66d492e44cd1
1 parent
8d3e30e8
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 | } |