#Text component overflow?
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
I am using Text component inside a <Grid.Col> component
My Grid.Col has a set size of md={2}. However after a certain amount of characters the text overflows to the other columns (or just outside of it)
Is the text component the one having the issue or is the grid column causing this?
TLDR: Text component does not respect the width of a Grid.Col and instead overflow