ae1f14a3f9
We can achieve the same layout with fewer nested flex containers.
4 lines
113 B
SCSS
4 lines
113 B
SCSS
// Push the timestamps column to the right of the row
|
|
.admin-procedures-list-timestamps {
|
|
margin-left: auto;
|
|
}
|