]> git.openstreetmap.org Git - rails.git/commit
Rework tabs to use flexbox
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 16 Jun 2021 15:47:13 +0000 (16:47 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 16 Jun 2021 15:48:23 +0000 (16:48 +0100)
commit81ad7154747244abfa2e38dc529e62e6bd8998bd
tree6f77d0c475078bc1c611a6f4458d5f7f9a1b7819
parent62349d18564b6d0ac9a4aac61b298df913f5c08d
Rework tabs to use flexbox

This improves the behaviour on small widths, where the tabs stack neatly. It also avoids the use of ml-auto which isn't RTL compatible.

The change in indentation is because it was previously coded with multiple li nested inside another li
app/views/traces/index.html.erb