mirror of https://github.com/status-im/consul.git
Merge pull request #13188 from hashicorp/ui/bugfix/permission-alignment
ui: Alignment of L7 permissions
This commit is contained in:
commit
4c04d70fb6
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue