mirror of
https://github.com/mempool/mempool.git
synced 2025-09-25 12:21:43 +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({
|
||||
selector: 'app-svg-images',
|
||||
templateUrl: './svg-images.component.html',
|
||||
styleUrls: ['./svg-images.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class SvgImagesComponent {
|
||||
|
@@ -1408,7 +1408,3 @@ a {
|
||||
.btn-small-height {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
svg {
|
||||
overflow: visible;
|
||||
}
|
||||
|
Reference in New Issue
Block a user