Skip to content

Commit e83915a

Browse files
fix(status): fix left icon overflow display
1 parent 412f007 commit e83915a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/status/src/status.component.scss

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ ngx-status {
1717
font-size: 2rem;
1818
}
1919

20+
> .mat-icon {
21+
overflow: visible;
22+
}
23+
2024
> span {
2125
width: calc(100% - 24px);
2226
b {

0 commit comments

Comments
 (0)