mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
address multi line nodes
This commit is contained in:
parent
e54a7a121b
commit
6e424e15f4
|
@ -55,6 +55,7 @@ export default Vue.extend({
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
padding-bottom: 10px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -101,6 +102,7 @@ export default Vue.extend({
|
||||||
.nodes {
|
.nodes {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.security-update {
|
.security-update {
|
||||||
|
@ -110,6 +112,7 @@ export default Vue.extend({
|
||||||
|
|
||||||
.node-icon {
|
.node-icon {
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breaking-change {
|
.breaking-change {
|
||||||
|
|
Loading…
Reference in a new issue