ui: Center alignment of L7 permissions

This commit is contained in:
Jasmine W 2022-05-23 13:21:58 -04:00
parent 83c8e1891e
commit db57de6e9a
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
%horizontal-kv-list {
display: inline-flex;
flex-wrap: nowrap;
align-items: center;
}
%horizontal-kv-list-reversed {
flex-direction: row-reverse;