diff options
| author | jackyzha0 <[email protected]> | 2021-03-06 17:07:28 -0800 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-03-06 17:07:28 -0800 |
| commit | 2c5bf739b8dfd8d3c7d341ab57ca8ea08fbc5f9e (patch) | |
| tree | 4d9dfcfb6feaaf18d89b1ff03e74b6ddc332f6f5 /frontend/src/components/Common | |
| parent | refactor form -> common (diff) | |
| download | ctrl-v-2c5bf739b8dfd8d3c7d341ab57ca8ea08fbc5f9e.tar.xz ctrl-v-2c5bf739b8dfd8d3c7d341ab57ca8ea08fbc5f9e.zip | |
fix button dropdown height
Diffstat (limited to 'frontend/src/components/Common')
| -rw-r--r-- | frontend/src/components/Common/Button.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/components/Common/Button.js b/frontend/src/components/Common/Button.js index 290e52a..59e148b 100644 --- a/frontend/src/components/Common/Button.js +++ b/frontend/src/components/Common/Button.js @@ -6,6 +6,7 @@ const Base = css` ${Rounded} ${ButtonLike} margin-right: 2em; + height: calc(16px + 1.6em); cursor: pointer; ` |