Skip to content
Snippets Groups Projects
Unverified Commit 07c1e254 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Remove extra bottom margin from summarized ad-hoc question (#46993)

parent ee25e763
No related branches found
No related tags found
No related merge requests found
import type React from "react"; import type React from "react";
import { t } from "ttag"; import { t } from "ttag";
import CS from "metabase/css/core/index.css";
import { import {
AdHocLeftSideRoot, AdHocLeftSideRoot,
AdHocViewHeading, AdHocViewHeading,
...@@ -66,7 +65,6 @@ export function AdHocQuestionLeftSide( ...@@ -66,7 +65,6 @@ export function AdHocQuestionLeftSide(
<ViewHeaderLeftSubHeading> <ViewHeaderLeftSubHeading>
{isSummarized && ( {isSummarized && (
<QuestionDataSource <QuestionDataSource
className={CS.mb1}
question={question} question={question}
originalQuestion={undefined} // can be removed, needed for typings originalQuestion={undefined} // can be removed, needed for typings
isObjectDetail={isObjectDetail} isObjectDetail={isObjectDetail}
......
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