Skip to content

Commit 8b9a40a

Browse files
tnirroboquat
authored andcommitted
ui: enlarge search box on dashboard
Signed-off-by: Takuya Noguchi <[email protected]>
1 parent 2c02568 commit 8b9a40a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/dashboard/src/workspaces/Workspaces.tsx

Lines changed: 1 addition & 3 deletions
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">
51+
<div className="flex-1">
5252
<div className="py-4">
5353
<svg
5454
xmlns="http://www.w3.org/2000/svg"
@@ -72,8 +72,6 @@ export default function () {
7272
}}
7373
/>
7474
</div>
75-
<div className="flex-1" />
76-
<div className="py-3"></div>
7775
<div className="py-3 pl-3">
7876
<DropDown
7977
prefix="Limit: "

0 commit comments

Comments
 (0)