Explore: fix history settings tab padding (#40752)

This commit is contained in:
Giordano Ricci
2021-10-22 12:47:48 +01:00
committed by GitHub
parent 3f5dcbfdb5
commit 35e2a3a126
@@ -22,7 +22,6 @@ export interface RichHistorySettingsProps {
const getStyles = stylesFactory((theme: GrafanaTheme) => {
return {
container: css`
padding-left: ${theme.spacing.sm};
font-size: ${theme.typography.size.sm};
.space-between {
margin-bottom: ${theme.spacing.lg};