Files
egwcorelib/Egw.Core.Razor.Comp/CircleGauge.razor.less
T
2023-02-02 09:34:55 +01: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 */
}