Files
egwcorelib/EgwCoreLib.Razor/CircleGaugeMulti.razor.css
2023-10-13 12:15:04 +02:00

7 lines
207 B
CSS

/* FIX per tyesto dentro SVG: https://www.fabiofranchino.com/blog/how-to-align-svg-text/ */
text {
text-anchor: middle;
/* align center */
dominant-baseline: middle;
/* vertical alignment fix */
}