Skip to content

Commit

Permalink
console: Fix breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaplots committed Aug 20, 2024
1 parent 1e0d6bf commit 6b7cded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webui/components/panel/toggle/toggle.styl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
&:hover:not(.toggle-button-active)
background: var(--c-bg-neutral-extralight)

@container panel (max-width: 485px)
@container panel (max-width: 560px)
.toggle
width: 100%

Expand Down

0 comments on commit 6b7cded

Please sign in to comment.