fix action-label spacing
This commit is contained in:
parent
0c7be7c346
commit
01f5669604
1 changed files with 6 additions and 5 deletions
|
@ -6179,6 +6179,10 @@ output {
|
||||||
margin-right: -9px;
|
margin-right: -9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2, h3 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.action-block,
|
.action-block,
|
||||||
.action-controls,
|
.action-controls,
|
||||||
.action-row {
|
.action-row {
|
||||||
|
@ -6188,11 +6192,6 @@ output {
|
||||||
h3:first-child {
|
h3:first-child {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2:only-child,
|
|
||||||
h3:only-child {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-block {
|
.action-block {
|
||||||
|
@ -6218,7 +6217,9 @@ output {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
margin-right: -25px;
|
margin-right: -25px;
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
|
margin-bottom: -5px;
|
||||||
color: hsl(197,16%,65%);
|
color: hsl(197,16%,65%);
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-flow-icon {
|
.action-flow-icon {
|
||||||
|
|
Loading…
Reference in a new issue