mirror of https://github.com/status-im/consul.git
ui: Increase spacing between detail items in composite row (#8507)
This commit is contained in:
parent
51b08c645b
commit
f21895a76d
|
@ -57,7 +57,7 @@
|
||||||
}
|
}
|
||||||
%composite-row-detail dl,
|
%composite-row-detail dl,
|
||||||
%composite-row-detail > span {
|
%composite-row-detail > span {
|
||||||
margin-right: 12px;
|
margin-right: 18px;
|
||||||
}
|
}
|
||||||
%composite-row-detail dl.node dt::before {
|
%composite-row-detail dl.node dt::before {
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
|
|
Loading…
Reference in New Issue