mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: add bottom padding to workspace page (#19643)
Before: <img width="2874" height="142" alt="CleanShot 2025-08-29 at 11 58 56@2x" src="https://github.com/user-attachments/assets/4e270397-d0d5-40b7-aac4-f00b7f842fda" /> After: <img width="3104" height="228" alt="CleanShot 2025-08-29 at 11 59 14@2x" src="https://github.com/user-attachments/assets/106ccaf1-2615-4354-8b1d-3e68fc73b218" />
This commit is contained in:
@@ -98,7 +98,7 @@ export const WorkspacesPageView: FC<WorkspacesPageViewProps> = ({
|
||||
const pageNumberIsInvalid = page !== 1 && workspaces?.length === 0;
|
||||
|
||||
return (
|
||||
<Margins>
|
||||
<Margins className="pb-12">
|
||||
<PageHeader
|
||||
actions={
|
||||
<WorkspacesButton
|
||||
|
||||
Reference in New Issue
Block a user