mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Nudge palette labels to rebalance them
This commit is contained in:
parent
16e17954b4
commit
4f4d8419bc
@ -391,13 +391,12 @@ span.deploy-button-group.open > #btn-deploy.disabled + a {
|
|||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.palette_label {
|
.palette_label {
|
||||||
margin: 4px 0 4px 30px;
|
margin: 4px 0 4px 28px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
text-align: center;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.palette_label_right {
|
.palette_label_right {
|
||||||
margin: 4px 30px 4px 0;
|
margin: 4px 28px 4px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.palette_node {
|
.palette_node {
|
||||||
|
Loading…
Reference in New Issue
Block a user