From ac12b8ec4ee9d06a8cf3cb28ca757d3b019f024f Mon Sep 17 00:00:00 2001 From: Deepak Kamath K Date: Sat, 15 Oct 2022 13:57:00 +0530 Subject: [PATCH] Fix : + Button has been changed to a square hence fixing the position of the + to appear in the center --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 6177249..bf61f7c 100644 --- a/src/App.css +++ b/src/App.css @@ -389,7 +389,7 @@ form { .filterHeader button { margin-left: 1em; - width: 1.5em; + width: 1.7em; height: 1.7em; cursor: pointer; }