Contribution Date
Technology
Contribution Project
Contribution Details
It's working fine with the normal content. Please check the below image.
If you add text or link without space then the text will go out from the mobile screen.
For that please add the below CSS for p and a tag:
@media only screen and (max-width: 600px) {
article p, article a {
word-wrap: break-word;
}
}
Contribution Issue Link
Files count
1
Patches count
0