Since Version 1.1.1 in app.min.css the class “form-row” is missing but still referenced in registration form.
See https://journalstest.ub.uni-koeln.de/index.php/zfkm/user/register which is Version 3.4.
Is it a bug or a feature?
Best,
Oliver
Since Version 1.1.1 in app.min.css the class “form-row” is missing but still referenced in registration form.
See https://journalstest.ub.uni-koeln.de/index.php/zfkm/user/register which is Version 3.4.
Is it a bug or a feature?
Best,
Oliver
Hi @ocolberg, could you provide some more details about the issue you’re encountering? In the link you’ve shared, the .form-row
class is present - you can see it by searching the app.min.css file for “form-row” in your browser:
.form-row{
display:flex;
flex-wrap:wrap;
margin-right:-5px;
margin-left:-5px
}