fix line-break for now missing empty fieldsets

This commit is contained in:
Felix Hamann 2018-06-30 21:54:41 +02:00
parent 43ae91ad3b
commit 0b77259499

View File

@ -1,5 +1,7 @@
.hidden {
display: none;
visibility: hidden;
height: 0;
opacity: 0;
}