Skip to content
Snippets Groups Projects
Unverified Commit 54a44772 authored by Oleg Gromov's avatar Oleg Gromov Committed by GitHub
Browse files

Remove divider in QueryBuild/ViewHeader when it's not needed (#36128)

parent ddfb64e9
Branches
Tags
No related merge requests found
......@@ -7,6 +7,10 @@ export const QuestionActionsDivider = styled.div`
margin-left: 0.5rem;
margin-right: 0.5rem;
height: 1.25rem;
&:first-child {
display: none;
}
`;
export const StrengthIndicator = styled(DatasetMetadataStrengthIndicator)`
......
......@@ -502,7 +502,6 @@ function ViewTitleHeaderRightSide(props) {
/>
</ViewHeaderIconButtonContainer>
)}
{/* TODO(oleggromov) remove divider when nothing else is shown to the left */}
{isSaved && (
<QuestionActions
isShowingQuestionInfoSidebar={isShowingQuestionInfoSidebar}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment