mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(n8n Form Trigger Node): Improve copy and a few tweaks (no-changelog) (#10243)
Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
@@ -282,7 +282,10 @@
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 400px) {
|
||||
@media only screen and (max-width: 500px) {
|
||||
body {
|
||||
background-color: white;
|
||||
}
|
||||
hr {
|
||||
display: block;
|
||||
}
|
||||
@@ -291,16 +294,16 @@
|
||||
min-height: 100vh;
|
||||
padding: 24px;
|
||||
background-color: white;
|
||||
border: 1px solid #dbdfe7;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0px 4px 16px 0px #634dff0f;
|
||||
border: 0px solid #dbdfe7;
|
||||
border-radius: 0px;
|
||||
box-shadow: 0px 0px 0px 0px white;
|
||||
}
|
||||
.card {
|
||||
padding: 0px;
|
||||
background-color: white;
|
||||
border: 0px solid #dbdfe7;
|
||||
border-radius: 0px;
|
||||
box-shadow: 0px 0px 10px 0px #634dff0f;
|
||||
box-shadow: 0px 0px 0px 0px white;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user