fix missing validation feedback for input groups
Ember Boostrap adds `.d-block` class to validation feedback in order to make it visible for input-group in which the `.invalid-feedback` is not a silbing of `.form-control`. This fixes the invisble validation feedback on /create/options (poll type: answer a question) and /create/options-datetime (poll type: find a date).
This commit is contained in:
parent
6b0bb68919
commit
56643d08eb
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
@import "open-iconic/font/css/open-iconic-bootstrap.scss";
|
||||
|
||||
// Optional - Everything else
|
||||
@import "ember-bootstrap/utilities/display";
|
||||
@import "ember-bootstrap/utilities/screenreaders";
|
||||
@import "ember-bootstrap/type";
|
||||
@import "ember-bootstrap/tables";
|
||||
|
|
Loading…
Reference in a new issue