Text alignment bug (CSS) in EA Data Table?
-
Hi,
Maybe I’m overlooking something, but I did set the text alignment for the content to ‘left’ for all devices. But still short content ends up aligning center on smartphones (screen max-width 767px).
At first it didn’t make any sense to me, felt like a bug. But then I found the culprit:
@media (max-width: 767px) {.td-content {justify-content: center;}}
.Maybe this CSS line is there for a good reason, but I can’t see why. So, EA developers, could this line be removed, if it has no purpose? Thanks!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Text alignment bug (CSS) in EA Data Table?’ is closed to new replies.