mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix(tag): overflow on mobile
This commit is contained in:
parent
cc12787382
commit
955244ee7f
@ -105,7 +105,7 @@ export default function ServerListClient() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<section className="flex items-center gap-2">
|
||||
<section className="flex items-center gap-2 w-full overflow-hidden">
|
||||
<button
|
||||
onClick={() => {
|
||||
setStatus("all");
|
||||
|
Loading…
Reference in New Issue
Block a user