|
@@ -631,7 +631,7 @@ class DashboardDetail extends Component<Props, State> {
|
|
|
widgetLimitReached={widgetLimitReached}
|
|
|
/>
|
|
|
</StyledPageHeader>
|
|
|
- <DashboardPageFilterBar>
|
|
|
+ <DashboardPageFilterBar condensed>
|
|
|
<ProjectPageFilter />
|
|
|
<EnvironmentPageFilter alignDropdown="left" />
|
|
|
<DatePageFilter alignDropdown="left" />
|
|
@@ -736,7 +736,7 @@ class DashboardDetail extends Component<Props, State> {
|
|
|
</Layout.Header>
|
|
|
<Layout.Body>
|
|
|
<Layout.Main fullWidth>
|
|
|
- <DashboardPageFilterBar>
|
|
|
+ <DashboardPageFilterBar condensed>
|
|
|
<ProjectPageFilter />
|
|
|
<EnvironmentPageFilter alignDropdown="left" />
|
|
|
<DatePageFilter alignDropdown="left" />
|
|
@@ -806,8 +806,6 @@ const StyledPageContent = styled(PageContent)`
|
|
|
|
|
|
const DashboardPageFilterBar = styled(PageFilterBar)`
|
|
|
margin-bottom: ${space(2)};
|
|
|
- width: max-content;
|
|
|
- max-width: 100%;
|
|
|
`;
|
|
|
|
|
|
export default withApi(withOrganization(DashboardDetail));
|