Add small margin above fee distribution graph
This commit is contained in:
parent
ffd2685922
commit
b5a5f0f608
@ -0,0 +1,3 @@
|
|||||||
|
.fee-distribution-chart {
|
||||||
|
margin-top: 0.75rem;
|
||||||
|
}
|
@ -9,6 +9,7 @@ import { Subscription } from 'rxjs';
|
|||||||
@Component({
|
@Component({
|
||||||
selector: 'app-fee-distribution-graph',
|
selector: 'app-fee-distribution-graph',
|
||||||
templateUrl: './fee-distribution-graph.component.html',
|
templateUrl: './fee-distribution-graph.component.html',
|
||||||
|
styleUrls: ['./fee-distribution-graph.component.scss'],
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||||
})
|
})
|
||||||
export class FeeDistributionGraphComponent implements OnInit, OnChanges, OnDestroy {
|
export class FeeDistributionGraphComponent implements OnInit, OnChanges, OnDestroy {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user