From 25e25e70b91a347d1d20066e39e1d0c653e26773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 7 Sep 2021 15:57:47 +0200 Subject: [PATCH] Reduce form fields' height --- tailwind.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 7048135f..8f141ca7 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -28,10 +28,10 @@ module.exports = { customForms: theme => ({ default: { 'input, textarea, select, multiselect': { - paddingTop: theme('spacing.4'), - paddingBottom: theme('spacing.4'), - paddingLeft: theme('spacing.8'), - paddingRight: theme('spacing.8'), + paddingTop: theme('spacing.2'), + paddingBottom: theme('spacing.2'), + paddingLeft: theme('spacing.4'), + paddingRight: theme('spacing.4'), borderColor: theme('colors.gray.500'), borderRadius: undefined, '&:focus': {