mirror of
https://github.com/mempool/mempool.git
synced 2025-09-28 21:53:28 +02:00
Merge pull request #5894 from mempool/mononaut/revert-borked-svg-fix
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
svg {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
@@ -3,6 +3,7 @@ import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|||||||
@Component({
|
@Component({
|
||||||
selector: 'app-svg-images',
|
selector: 'app-svg-images',
|
||||||
templateUrl: './svg-images.component.html',
|
templateUrl: './svg-images.component.html',
|
||||||
|
styleUrls: ['./svg-images.component.scss'],
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||||
})
|
})
|
||||||
export class SvgImagesComponent {
|
export class SvgImagesComponent {
|
||||||
|
@@ -1408,7 +1408,3 @@ a {
|
|||||||
.btn-small-height {
|
.btn-small-height {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user