Skip to content

Commit

Permalink
fix: Optimize the mobile style of QueryGroup component dropdown btns
Browse files Browse the repository at this point in the history
  • Loading branch information
shuashuai committed Nov 25, 2024
1 parent a26aae6 commit 3fd3e6b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ui/src/components/QueryGroup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,7 @@ const Index: FC<Props> = ({
as="a"
key={key}
active={currentSort === name}
className={classNames(
'text-capitalize',
'd-block d-sm-none',
className,
)}
className={classNames('text-capitalize', className)}
href={
pathname
? `${REACT_BASE_PATH}${pathname}${handleParams(key)}`
Expand Down

0 comments on commit 3fd3e6b

Please sign in to comment.