-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Add an overflow-x:auto; for the table #565
Comments
This isn't the planned approach. |
It also really wouldn't be that simple. |
@1c2t1z You can submit a pull request. |
I close because I created the pull request with the code. |
Better to leave it open until it's resolved. |
ok, no problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm nitpicking but you should add an
overflow-x:auto;
in thetable
class to prevent thesite-menu
to cut itself. The table would then be responsive and the contact page would be cleaner on devices smaller than 380px width (S8, iPhone SE...).The text was updated successfully, but these errors were encountered: