Browse Source

Remove min-width from currency and status containers

pull/5987/head
Benny Powers - עם ישראל חי! 1 month ago
committed by GitHub
parent
commit
e1fdf6b14f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      apps/client/src/app/components/portfolio-performance/portfolio-performance.component.scss

1
apps/client/src/app/components/portfolio-performance/portfolio-performance.component.scss

@ -4,7 +4,6 @@
.currency-container, .currency-container,
.status-container { .status-container {
flex: 1; flex: 1;
min-width: 2.5rem;
} }
.status-container { .status-container {

Loading…
Cancel
Save