1
0
mirror of https://github.com/axzilla/templui.git synced 2025-02-21 01:32:45 +00:00

fix: width issue on tabs component

This commit is contained in:
“axzilla” 2024-10-06 12:28:35 +02:00
parent d1e502f602
commit 2de27e0c8d
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
- Changed: Theme switcher on landing page
- Changed: Improve docs UI
- Changed: Make Product Hunt Badge smaller on footer
- Fixes: Width issue on tabs component
## 2024-10-05

View File

@ -31,7 +31,7 @@ templ Tabs(props TabsProps) {
}
}"
x-init="$nextTick(() => tabRepositionMarker($refs.tabButtons.firstElementChild));"
class="relative w-full"
class="relative"
>
<div
x-ref="tabButtons"