Add small margin above fee distribution graph

This commit is contained in:
Mononaut 2023-10-15 23:33:34 +00:00
parent ffd2685922
commit b5a5f0f608
No known key found for this signature in database
GPG key ID: A3F058E41374C04E
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
.fee-distribution-chart {
margin-top: 0.75rem;
}

View file

@ -9,6 +9,7 @@ import { Subscription } from 'rxjs';
@Component({
selector: 'app-fee-distribution-graph',
templateUrl: './fee-distribution-graph.component.html',
styleUrls: ['./fee-distribution-graph.component.scss'],
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class FeeDistributionGraphComponent implements OnInit, OnChanges, OnDestroy {