diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-01-15 16:28:31 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-01-15 16:28:31 +0100 |
commit | b4840befd37b78097f7fad80dd43425d65ca4d7e (patch) | |
tree | 2c5a7a8f88d608a8af2f193732424cf9f11034f6 /src/components | |
parent | c8a4523ea2f0a9d40a9fb2fb1dca01065c2e6ca1 (diff) |
fix register page + fix button display block
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/ui.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ui.tsx b/src/components/ui.tsx index 37c24b3..3afd97a 100644 --- a/src/components/ui.tsx +++ b/src/components/ui.tsx @@ -42,6 +42,7 @@ export function Button(props: { cursor: "pointer", position: "relative", textDecoration: "none", + display: "block", ...props.style }}> { |