Closed (fixed)
Project:
BS Base
Version:
8.x-1.x-dev
Component:
BS Bootstrap
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Apr 2019 at 17:05 UTC
Updated:
12 Aug 2019 at 10:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
pivica commentedHere is a patch.
Comment #3
pivica commentedFound some additional problems while trying to improve this:
- We are adding a margin-top to form-actions. This is not consistent with a general Bootstrap guideline that we should set only bottom margin to elements, and this can also create regressions and unexpected behaviours.
- Captcha element is not using form-group and form-item classes. This was probably a reason why we added margin-top to form actions in the first place.
Comment #4
pivica commentedImproved bottom margin reset.
Comment #6
pivica commentedCommitted.