Merge pull request #5894 from mempool/mononaut/revert-borked-svg-fix

This commit is contained in:
wiz
2025-05-01 00:00:46 +09:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
svg {
overflow: visible;
}

View File

@@ -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 {

View File

@@ -1408,7 +1408,3 @@ a {
.btn-small-height {
line-height: 1;
}
svg {
overflow: visible;
}