Skip to content

Commit

Permalink
fix(core): invalid svg alignments in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 10, 2023
1 parent 090b8c7 commit d95b935
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion projects/core/components/svg/svg.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@
fill: transparent;
stroke: transparent;
font-size: 1rem;

svg,
.t-svg {
width: inherit;
height: inherit;
}
}

.t-src {
display: flex;
width: 100%;
width: inherit;
height: 100%;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit d95b935

Please sign in to comment.