You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #1607 [Bootstrap v5] Remove the custom form style (rosier)
This PR was merged into the main branch.
Discussion
----------
[Bootstrap v5] Remove the custom form style
Most of the custom style has no effect since the form elements don't have a `.form-group` class anymore.
And the layout of textarea fields is broken by:
```css
.form-control {
height: 45px;
}
```
Since bootstrap already has style for the input fields that is almost identical I opted for removing the custom style
Commits
-------
19ec620 [Bootstrap v5] Remove the custom form style
0 commit comments