ui: Center alignment of L7 permissions

This commit is contained in:
Jasmine W 2022-05-23 13:21:58 -04:00
parent 9e1f362499
commit 30f6be389a
1 changed files with 1 additions and 0 deletions

View File

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