GiPHouse / Website

GiPHouse website based on Django Framework
https://giphouse.nl
GNU Affero General Public License v3.0
5 stars 2 forks source link

Remove important CSS #441

Closed joren485 closed 2 years ago

joren485 commented 4 years ago

Description

The following CSS is added because of an issue in django-bootstrap4. Once the issue has been resolved, the CSS should be removed.

.invalid-feedback {
    display: block !important;
}