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:
parent
e4a1b4a400
commit
ae1f14a3f9
2 changed files with 12 additions and 9 deletions
|
@ -0,0 +1,4 @@
|
|||
// Push the timestamps column to the right of the row
|
||||
.admin-procedures-list-timestamps {
|
||||
margin-left: auto;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue