8000 refactor: Downsize the search bar a bit by BrunoQuaresma · Pull Request #2789 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

refactor: Downsize the search bar a bit #2789

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 1, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix filter height
  • Loading branch information
BrunoQuaresma committed Jul 1, 2022
commit b0e9e3e502de83dec502279ee03f503b61ffd45d
2 changes: 2 additions & 0 deletions site/src/theme/overrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ export const getOverrides = (palette: PaletteOptions) => {
input: {
paddingTop: "inherit",
paddingBottom: "inherit",
// The same as the button
minHeight: 42,
},
},
MuiLink: {
Expand Down
0