-
Notifications
You must be signed in to change notification settings - Fork 95
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
CSS large margin-bottom #144
Comments
Thanks for the headsup, I'll check it out when I start working on a release again, later this summer. Until then, you might 'alter' it locally by using a plugin such as Stylish, if it really bothers you :] |
I've checked it and I agree that the large margin has no use. It will be removed in the next release. |
Merged to |
|
All pages seem to have a unnecessary large bottom margin in their tables of 20 pixels.
CSS file: /static/dsmr_frontend/css/bootstrap.min.css
Class:
.table {
width: 100%;
margin-bottom: 20px; << really big
}
I personally think it looks better and more compact with no bottom margin.
The text was updated successfully, but these errors were encountered: