mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 06:47:52 +01:00
Add small margin above fee distribution graph
This commit is contained in:
parent
ffd2685922
commit
b5a5f0f608
2 changed files with 4 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
.fee-distribution-chart {
|
||||
margin-top: 0.75rem;
|
||||
}
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue