Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit ca2f732

Browse files
committed
fix: basic/adv filter font sizing
1 parent 0a99d00 commit ca2f732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filter/BasicFilter.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export class BasicFilter extends React.Component<BasicFilterProps, {}> {
152152
options={selectOptions}
153153
onChange={val => selectedHandler(this.findFilterOption(val))}
154154
key={code}
155-
className={"input-sm med-text"}
155+
className={"input-sm"}
156156
/>
157157
);
158158
}

0 commit comments

Comments
 (0)