Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion components/dashboard/src/workspaces/Workspaces.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function () {
(activeWorkspaces.length > 0 || inactiveWorkspaces.length > 0 || workspaceModel.searchTerm ? (
<>
<div className="app-container py-2 flex">
<div className="flex-1">
<div className="flex">
<div className="py-4">
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -72,6 +72,8 @@ export default function () {
}}
/>
</div>
<div className="flex-1" />
<div className="py-3"></div>
<div className="py-3 pl-3">
<DropDown
prefix="Limit: "
Expand Down