mirror of https://github.com/status-im/consul.git
ui: Center alignment of L7 permissions
This commit is contained in:
parent
9e1f362499
commit
30f6be389a
|
@ -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