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 { t } from "ttag";
import CS from "metabase/css/core/index.css";
import {
AdHocLeftSideRoot,
AdHocViewHeading,
......@@ -66,7 +65,6 @@ export function AdHocQuestionLeftSide(
<ViewHeaderLeftSubHeading>
{isSummarized && (
<QuestionDataSource
className={CS.mb1}
question={question}
originalQuestion={undefined} // can be removed, needed for typings
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