Files
egwcorelib/Egw.Core.Razor.Comp/CircleGauge.razor.css
T
Samuele E. Locatelli (MBA) 927226ee31 Release preliminare
2023-01-26 21:46:35 +01: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 */
}