-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IMPROVEMENT] Change styling on answer's page so answers don't overflow/overlap #36
Comments
The biggest answer that possibly can be their is the product of 99,999 x 99,999, which is 9999800001 And as you can see, it isn't causing problems (at least on desktop) |
I think the size of question and answer should be even, so rather than changing the font size we must center the alignment. I tried to center the alignment but the overflowing still persists, for that it would be much better to make the box sizes same. |
Are you saying to make the boxes have fixed width and height? @awnnshikaa |
yes @prakhartiwari0 |
But isn't that bad for responsiveness? We already have used the grid layout for the div that contains all the boxes in this CSS https://github.com/prakhartiwari0/Arito/blob/main/css/main.css#L428 |
keeping the respo |
@awnnshikaa Can you please share a proper screen recording where you demonstrate your modified code and how the website looks in all the different screen sizes (using dev tools)? |
What improvement are you suggesting?
If the answer given is too long, they expand past the answer box and overlap
Why should make this improvement?
Clogs up answer page and looks terrible
How can we make these improvements?
Either add an overflow scroll for the entire box or just for the answer portion
Wrap text to the next line (This can change the box size might be the less ideal solution)
The text was updated successfully, but these errors were encountered: