Files
egwcorelib/EgwCoreLib.Razor/CircleGauge.razor.less
T
2025-04-01 08:09:24 +02:00

6 lines
207 B
Plaintext

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