mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(editor): Add padding to prepend input (#5874)
* 🎨 Add padding to prepend input * 🎨 Apply only on FF
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user