Skip to content

Commit

Permalink
increase size of search input in table
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcMilletScality committed Feb 28, 2024
1 parent 5e1344c commit df09312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/tablev2/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export function TableSearch(props: SearchProps) {
value={value}
placeholder={translations[locale].search}
disableToggle
size="2/3"
size="1"
onChange={(evt) => {
if (typeof onChange === 'function') {
// @ts-ignore
Expand Down

0 comments on commit df09312

Please sign in to comment.