mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
fix(editor): Add padding to prepend input (#5874)
* 🎨 Add padding to prepend input * 🎨 Apply only on FF
This commit is contained in:
parent
33299ca61a
commit
cd894893aa
|
@ -167,6 +167,9 @@ export default defineComponent({
|
|||
input {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
@-moz-document url-prefix() {
|
||||
padding: 0 var(--spacing-3xs);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue