diff options
| author | ivar <i@oiee.no> | 2025-12-15 00:40:21 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-12-15 00:40:21 +0100 |
| commit | 2b5e4c4aa372632b87a404027cf53d5a7bfc3808 (patch) | |
| tree | 4782fec17e6c3745fb43e209dfe80e33340d37c0 /app/src/lib/ui/button.svelte | |
| parent | 008862f8a2431c8f755a38a0ef242b8faf125057 (diff) | |
| download | sparebank1-actualbudget-2b5e4c4aa372632b87a404027cf53d5a7bfc3808.tar.xz sparebank1-actualbudget-2b5e4c4aa372632b87a404027cf53d5a7bfc3808.zip | |
Progress
Diffstat (limited to 'app/src/lib/ui/button.svelte')
| -rw-r--r-- | app/src/lib/ui/button.svelte | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/lib/ui/button.svelte b/app/src/lib/ui/button.svelte index 313cd90..8c66bd2 100644 --- a/app/src/lib/ui/button.svelte +++ b/app/src/lib/ui/button.svelte @@ -26,6 +26,7 @@ display: flex; gap: 3px; transition: 0.1s all ease; + height: fit-content; &:hover, &:focus { |
