Commit 5faac33
committed
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 style2 files changed
+0
-51
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 1 | | |
6 | 2 | | |
7 | 3 | | |
| |||
24 | 20 | | |
25 | 21 | | |
26 | 22 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | 320 | | |
360 | 321 | | |
361 | 322 | | |
| |||
0 commit comments