ShareModal: Responsive tabs and Public Dashboards modal fixed (#66805)

This commit is contained in:
Juan Cabanas
2023-04-28 13:37:11 -03:00
committed by GitHub
parent 836fef6785
commit e88e50efe4
3 changed files with 24 additions and 22 deletions

View File

@@ -150,7 +150,7 @@ const getStyles = (theme: GrafanaTheme2) => {
padding: 0;
display: flex;
flex-direction: column;
flex-grow: 1;
flex: 1;
min-height: 0;
background: ${theme.colors.background.primary};
border: 1px solid ${theme.components.panel.borderColor};