]> git.openstreetmap.org Git - rails.git/commit
Bootstrap 5: Remove use of form-row class
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 11 May 2022 14:31:50 +0000 (15:31 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 20 Jul 2022 13:41:41 +0000 (14:41 +0100)
commit2080696fe689c08faa238a73cda4366f71750423
tree3a98ffe9a455d876663702f78d4dcfbad32182a0
parent779167e493d3163138e1bdde2982ee9f6402da14
Bootstrap 5: Remove use of form-row class

This has been replaced by simple `row` class in v5. We can also use the
gx-N classes here, which tighten up the horizontal gutter sizes for
space-constrained forms.
app/views/accounts/edit.html.erb
app/views/diary_entries/_form.html.erb
app/views/issues/index.html.erb
app/views/layouts/_search.html.erb
app/views/profiles/edit.html.erb
app/views/shared/_richtext_field.html.erb
app/views/users/new.html.erb
test/controllers/profiles_controller_test.rb