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

6 lines
208 B
Plaintext

/* 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 */
}