Map - text alignment is not working #5727
Answered
by
mosh-tudor
SAKTHIVELMARIMUTHU
asked this question in
Q&A
-
As i said the allignment for the map is not working |
Beta Was this translation helpful? Give feedback.
Answered by
mosh-tudor
Mar 11, 2024
Replies: 2 comments 2 replies
-
@SAKTHIVELMARIMUTHU Which text? What do you mean? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mosh-tudor if a map is dragged inside the cell or a row I cannot be able to align the map like we can align the images and heading and text |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@SAKTHIVELMARIMUTHU
The map component is not text to be aligned with "text-align" style.
Block elements are usually aligned horizontally in two ways:
margin-right: auto; margin-left: auto;
-> OR ->display: flex; justify-content: center;
Just google "align div horizontally".