Skip to content

Commit

Permalink
fix: button of date-picker alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezaJvh committed Aug 21, 2023
1 parent 44cec7c commit b64eb8f
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const ButtonWrapper = styled.div`
display: flex;
align-items: end;
padding-bottom: 1px;
// flex-direction: column;
`;

const getTooltipTitle = (
Expand Down Expand Up @@ -181,7 +182,8 @@ export default function DateFilterLabel(props: DateFilterControlProps) {
style={{
padding: '0 0 0 12px',
display: 'flex',
justifyContent: 'space-between',
flexDirection: 'column',
// justifyContent: 'space-between',
gap: '24px',
}}
>
Expand All @@ -193,9 +195,9 @@ export default function DateFilterLabel(props: DateFilterControlProps) {
<Button
style={{
minWidth: 50,
position: 'absolute',
left: '295px',
top: '30px',
// position: 'absolute',
// left: '295px',
// top: '30px',
}}
buttonStyle="primary"
cta
Expand Down

0 comments on commit b64eb8f

Please sign in to comment.