Skip to content

Commit 37916d4

Browse files
easyCZroboquat
authored andcommitted
Revert "ui: enlarge search box on dashboard"
This reverts commit 8b9a40a.
1 parent 8b9a40a commit 37916d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/dashboard/src/workspaces/Workspaces.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function () {
4848
(activeWorkspaces.length > 0 || inactiveWorkspaces.length > 0 || workspaceModel.searchTerm ? (
4949
<>
5050
<div className="app-container py-2 flex">
51-
<div className="flex-1">
51+
<div className="flex">
5252
<div className="py-4">
5353
<svg
5454
xmlns="http://www.w3.org/2000/svg"
@@ -72,6 +72,8 @@ export default function () {
7272
}}
7373
/>
7474
</div>
75+
<div className="flex-1" />
76+
<div className="py-3"></div>
7577
<div className="py-3 pl-3">
7678
<DropDown
7779
prefix="Limit: "

0 commit comments

Comments
 (0)