From 2935cf16c23de7d6a1dc90d00fe041bfb3339c2a Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Fri, 26 Aug 2022 16:38:53 +0200 Subject: [PATCH] fix: button from file input size --- src/app/app.component.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/app.component.css b/src/app/app.component.css index c676531..99c6059 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -10,7 +10,11 @@ input { grid-column: 1/13; +} + +input::file-selector-button { margin: 0.2em; + padding: 0.5em; } .button { -- 2.39.5