We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c02568 commit 8b9a40aCopy full SHA for 8b9a40a
components/dashboard/src/workspaces/Workspaces.tsx
@@ -48,7 +48,7 @@ export default function () {
48
(activeWorkspaces.length > 0 || inactiveWorkspaces.length > 0 || workspaceModel.searchTerm ? (
49
<>
50
<div className="app-container py-2 flex">
51
- <div className="flex">
+ <div className="flex-1">
52
<div className="py-4">
53
<svg
54
xmlns="http://www.w3.org/2000/svg"
@@ -72,8 +72,6 @@ export default function () {
72
}}
73
/>
74
</div>
75
- <div className="flex-1" />
76
- <div className="py-3"></div>
77
<div className="py-3 pl-3">
78
<DropDown
79
prefix="Limit: "
0 commit comments