Reduce form fields' height

This commit is contained in:
Björn Fromme
2021-09-07 15:57:47 +02:00
parent 42ce50ae3b
commit 25e25e70b9
+4 -4
View File
@@ -28,10 +28,10 @@ module.exports = {
customForms: theme => ({ customForms: theme => ({
default: { default: {
'input, textarea, select, multiselect': { 'input, textarea, select, multiselect': {
paddingTop: theme('spacing.4'), paddingTop: theme('spacing.2'),
paddingBottom: theme('spacing.4'), paddingBottom: theme('spacing.2'),
paddingLeft: theme('spacing.8'), paddingLeft: theme('spacing.4'),
paddingRight: theme('spacing.8'), paddingRight: theme('spacing.4'),
borderColor: theme('colors.gray.500'), borderColor: theme('colors.gray.500'),
borderRadius: undefined, borderRadius: undefined,
'&:focus': { '&:focus': {