]> git.openstreetmap.org Git - rails.git/commit
Improve behaviour of secondary action lists when wrapping
authorTom Hughes <tom@compton.nu>
Sat, 21 Aug 2021 14:32:47 +0000 (15:32 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 21 Aug 2021 14:38:00 +0000 (15:38 +0100)
commit29e98571454a450f0af1e2649d1688c6f2afffdb
treef0053c6fba7fd16f68ad7f8b3ecea6106a2f55b3
parent3f8cf322723750aa4c8d062d4a727f9107ceccb4
Improve behaviour of secondary action lists when wrapping

Based on https://stackoverflow.com/a/31732902 this ensure that when
a secondary action list wraps the additional lines don't start with
an item delimiter by pushing it to the left, outside of a parent nav
element which then hides it.
app/assets/stylesheets/common.scss
app/views/dashboards/_contact.html.erb
app/views/dashboards/show.html.erb
app/views/diary_entries/_diary_entry.html.erb
app/views/diary_entries/index.html.erb
app/views/traces/_trace.html.erb
app/views/user_blocks/_blocks.html.erb
app/views/user_blocks/edit.html.erb
app/views/user_blocks/show.html.erb
app/views/users/show.html.erb