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:
parent
d1e502f602
commit
2de27e0c8d
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user