mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
chore: Updates control panels font size in Explore (#20510)
This commit is contained in:
committed by
GitHub
parent
c4d2238a16
commit
480ee38917
@@ -381,7 +381,14 @@ export const ControlPanelsContainer = (props: ControlPanelsContainerProps) => {
|
||||
);
|
||||
const PanelHeader = () => (
|
||||
<span data-test="collapsible-control-panel-header">
|
||||
<span>{label}</span>{' '}
|
||||
<span
|
||||
css={(theme: SupersetTheme) => css`
|
||||
font-size: ${theme.typography.sizes.m}px;
|
||||
line-height: 1.3;
|
||||
`}
|
||||
>
|
||||
{label}
|
||||
</span>{' '}
|
||||
{description && (
|
||||
// label is only used in tooltip id (should probably call this prop `id`)
|
||||
<InfoTooltipWithTrigger label={sectionId} tooltip={description} />
|
||||
|
||||
Reference in New Issue
Block a user