views: reduce nested flex containers in admin procedures list

We can achieve the same layout with fewer nested flex containers.
This commit is contained in:
Pierre de La Morinerie 2020-09-01 17:57:10 +02:00
parent e4a1b4a400
commit ae1f14a3f9
2 changed files with 12 additions and 9 deletions

View file

@ -0,0 +1,4 @@
// Push the timestamps column to the right of the row
.admin-procedures-list-timestamps {
margin-left: auto;
}