demarches-normaliennes/app/assets/stylesheets/new_design/admin-procedures-list.scss
Pierre de La Morinerie ae1f14a3f9 views: reduce nested flex containers in admin procedures list
We can achieve the same layout with fewer nested flex containers.
2020-09-01 18:09:32 +02:00

4 lines
113 B
SCSS

// Push the timestamps column to the right of the row
.admin-procedures-list-timestamps {
margin-left: auto;
}