mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
address comments
This commit is contained in:
parent
a3a27033e0
commit
4f5412ad71
|
@ -759,6 +759,7 @@ export default mixins(
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: var(--spacing-s);
|
||||
text-align: center;
|
||||
|
||||
> * {
|
||||
max-width: 316px;
|
||||
|
@ -830,6 +831,7 @@ export default mixins(
|
|||
line-height: 1.5;
|
||||
word-break: normal;
|
||||
height: 100%;
|
||||
padding-bottom: var(--spacing-3xl);
|
||||
}
|
||||
|
||||
.jsonDisplay {
|
||||
|
|
Loading…
Reference in a new issue