Skip to content
Snippets Groups Projects
Unverified Commit d71e7b60 authored by Aleksandr Lesnenko's avatar Aleksandr Lesnenko Committed by GitHub
Browse files

fix official questions title alignment (#28529)

parent b18aa6a0
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@ export const LegendCaptionRoot = styled.div`
display: flex;
align-items: center;
min-width: 0;
justify-content: space-between;
`;
export const LegendLabel = styled.div`
......@@ -36,6 +35,7 @@ export const LegendDescriptionIcon = styled(Icon)`
export const LegendRightContent = styled.div`
display: flex;
justify-content: flex-end;
margin-left: auto;
`;
LegendDescriptionIcon.defaultProps = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment