aboutsummaryrefslogtreecommitdiffstats
path: root/src/commonStyles.tsx
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-01-10 19:39:09 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-01-10 19:39:09 +0300
commit7b419e7cf576bd4286c699d7c2afd3b4d692ab91 (patch)
tree5ab5e64bc254611c4fbc3545d2c1ed3612b72ac1 /src/commonStyles.tsx
parentBreaks Up CSS Into Components (diff)
Fixes Subtle Alignment Issues
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'src/commonStyles.tsx')
-rw-r--r--src/commonStyles.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonStyles.tsx b/src/commonStyles.tsx
index d47dea7..5053846 100644
--- a/src/commonStyles.tsx
+++ b/src/commonStyles.tsx
@@ -23,7 +23,7 @@ const textInputs = css`
background: whitesmoke;
color: black;
- padding: 0 1rem;
+ padding: 0.15rem 1rem 0 1rem;
font: inherit;
margin-bottom: 0;