fixes margin of tags on proposal show

This commit is contained in:
decabeza
2017-09-18 14:22:02 +02:00
committed by Bertocq
parent adc71faf1c
commit b5d0a82534

View File

@@ -395,6 +395,8 @@
} }
} }
.tags,
.geozone {
li { li {
margin-bottom: 0; margin-bottom: 0;
@@ -476,6 +478,7 @@
.tags { .tags {
display: block; display: block;
margin-bottom: 0;
a { a {
margin-right: rem-calc(6); margin-right: rem-calc(6);