1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-20 09:27:44 +03:00

💄 Improve display of node input-/output-labels

This commit is contained in:
Jan Oberhauser 2019-08-10 09:59:15 +02:00
parent ce69b349cf
commit 6d1be05f56

View File

@ -2026,10 +2026,12 @@ export default mixins(
.connection-input-name-label,
.connection-output-name-label {
background-color: rgba( $--custom-node-view-background, 0.9 );
line-height: 1.3em;
border-radius: 7px;
background-color: rgba( $--custom-node-view-background, 0.8 );
font-size: 0.7em;
padding: 3px;
line-height: 1.3em;
padding: 2px 3px;
white-space: nowrap;
}
.delete-connection {
@ -2067,8 +2069,11 @@ export default mixins(
.node-input-endpoint-label,
.node-output-endpoint-label {
font-size: 0.7em;
background-color: $--custom-node-view-background;
border-radius: 7px;
font-size: 0.7em;
padding: 2px;
white-space: nowrap;
}
.node-input-endpoint-label {