Center value
#180
-
is there anyway to center the selected value ? |
Beta Was this translation helpful? Give feedback.
Answered by
sa-si-dev
Sep 25, 2022
Replies: 1 comment
-
Try below css .vscomp-value {
text-align: center;
width: 100%;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sa-si-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try below css