diff --git a/assets/css/theme.css b/assets/css/theme.css index 5f89f1d..ae2c9fb 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -1769,6 +1769,16 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { padding-bottom: 0.5rem; } +.file\:py-1::file-selector-button { + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} + +.file\:py-1\.5::file-selector-button { + padding-top: 0.375rem; + padding-bottom: 0.375rem; +} + .file\:text-sm::file-selector-button { font-size: 0.875rem; line-height: 1.25rem; diff --git a/modules/contactform/views/templates/widget/contactform.tpl b/modules/contactform/views/templates/widget/contactform.tpl index 42f286e..a51099a 100644 --- a/modules/contactform/views/templates/widget/contactform.tpl +++ b/modules/contactform/views/templates/widget/contactform.tpl @@ -94,8 +94,8 @@