mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-23 21:34:21 +00:00
fix timetable day buttons overflow
This commit is contained in:
@@ -23,7 +23,7 @@ export default function Timetable() {
|
|||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
{/* Tab menu */}
|
{/* Tab menu */}
|
||||||
<div className="flex space-x-4 mb-8">
|
<div className="flex gap-4 mb-8 flex-wrap">
|
||||||
{tabs.map((tab) => (
|
{tabs.map((tab) => (
|
||||||
<button
|
<button
|
||||||
key={tab}
|
key={tab}
|
||||||
|
|||||||
Reference in New Issue
Block a user