diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-01-05 12:18:38 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-01-05 12:18:38 +0100 |
commit | 8cdbd98c8ab9646a96bc22724f38038b4e273a0e (patch) | |
tree | 066d31f73f2dd0abb616092ac282d826df392494 /src/components | |
parent | b6abf82e0c8946353f973042bb58c30f3853496a (diff) |
de tegeltjes liggen
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/vierkant.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/vierkant.tsx b/src/components/vierkant.tsx index cfb843e..6140e7a 100644 --- a/src/components/vierkant.tsx +++ b/src/components/vierkant.tsx @@ -6,7 +6,8 @@ var VierkantStyle: CSSProperties = { borderRadius: 8, color: "var(--text)", margin: 6, // geen margin collapse = 12px marge - display: "inline-block" + display: "inline-block", + position: "relative" } export class Vierkant extends Component { |