]> git.openstreetmap.org Git - rails.git/commit
Use list-inline to achieve spacing between elements on a line
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 17 Mar 2021 18:57:36 +0000 (18:57 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 17 Mar 2021 18:57:36 +0000 (18:57 +0000)
commita08fe1c2915722e70a695db244479c60157dd2b3
tree37d7e86ea4d24afa00f10250e99d692fc2b9365c
parent8e5deafd854b05086296513b318df1626dc41967
Use list-inline to achieve spacing between elements on a line

This is a better solution than spans and margins. Additionally, rework
to use mb-* instead of my-* (bootstrap advises against using margin-top)
and get rid of <br>s by using paragraphs instead.
app/views/traces/_trace.html.erb
test/controllers/traces_controller_test.rb