Skip to content

Commit 584c000

Browse files
ci-botAniket-Engg
authored andcommitted
fix padding issues, simplify layout
1 parent 7fd541e commit 584c000

File tree

6 files changed

+275
-251
lines changed

6 files changed

+275
-251
lines changed

libs/remix-ui/helper/src/lib/components/custom-dropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const CustomToggle = React.forwardRef(
2828
}}
2929
className={className.replace('dropdown-toggle', '')}
3030
>
31-
<div className="d-flex">
31+
<div className="d-flex align-items-center">
3232
<div className="mr-auto text-nowrap text-truncate overflow-hidden" data-id={`dropdown-content`}>{children}</div>
3333
{icon && (
3434
<div className="pr-1">

0 commit comments

Comments
 (0)