Skip to content

Commit

Permalink
ui: enlarge search box on dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: Takuya Noguchi <[email protected]>
  • Loading branch information
tnir authored and roboquat committed Mar 28, 2022
1 parent 2c02568 commit 8b9a40a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 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">
<div className="flex-1">
<div className="py-4">
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -72,8 +72,6 @@ export default function () {
}}
/>
</div>
<div className="flex-1" />
<div className="py-3"></div>
<div className="py-3 pl-3">
<DropDown
prefix="Limit: "
Expand Down

0 comments on commit 8b9a40a

Please sign in to comment.