Merge pull request #13188 from hashicorp/ui/bugfix/permission-alignment

ui: Alignment of L7 permissions
This commit is contained in:
Jasmine W 2022-05-24 12:27:30 -04:00 committed by GitHub
commit 714162553f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;