mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
update line height, fix icon bug
This commit is contained in:
parent
d30e9b01c0
commit
c4eff3c7e1
|
@ -184,6 +184,7 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
|
|||
height: 100px;
|
||||
|
||||
.node-description {
|
||||
line-height: 1.5;
|
||||
position: absolute;
|
||||
bottom: -55px;
|
||||
left: -50px;
|
||||
|
@ -273,7 +274,7 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
|
|||
|
||||
.node-info-icon {
|
||||
position: absolute;
|
||||
top: -18px;
|
||||
top: -14px;
|
||||
right: 12px;
|
||||
z-index: 10;
|
||||
|
||||
|
|
|
@ -210,6 +210,7 @@ export default mixins(
|
|||
}
|
||||
|
||||
.webhook-wrapper {
|
||||
line-height: 1.5;
|
||||
position: relative;
|
||||
margin: 1em 0 0.5em 0;
|
||||
background-color: #fff;
|
||||
|
|
|
@ -80,12 +80,7 @@ export default Vue
|
|||
|
||||
.parameter-info {
|
||||
background-color: #ffffffaa;
|
||||
border-radius: 6px;
|
||||
display: none;
|
||||
padding: 4px;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 8px;
|
||||
}
|
||||
|
||||
.parameter-name {
|
||||
|
@ -93,7 +88,7 @@ export default Vue
|
|||
|
||||
&:hover {
|
||||
.parameter-info {
|
||||
display: inline;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -649,6 +649,7 @@ export default mixins(
|
|||
left: 0;
|
||||
right: 0;
|
||||
overflow-y: auto;
|
||||
line-height: 1.5;
|
||||
|
||||
.binary-data-row {
|
||||
display: inline-flex;
|
||||
|
@ -713,6 +714,8 @@ export default mixins(
|
|||
}
|
||||
|
||||
.json-data {
|
||||
line-height: 1.5;
|
||||
|
||||
&.vjs-tree {
|
||||
color: $--custom-input-font;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue