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