fix(editor): Add padding to prepend input (#5874)

* 🎨 Add padding to prepend input

* 🎨 Apply only on FF
This commit is contained in:
Iván Ovejero 2023-04-18 15:38:52 +02:00 committed by GitHub
parent 33299ca61a
commit cd894893aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
}
}