Skip to content

Commit

Permalink
update topN panel width (elastic#110803) (elastic#110940)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Angela Chuang <[email protected]>
  • Loading branch information
kibanamachine and angorayc authored Sep 2, 2021
1 parent 1eed91d commit 3d48f4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { State } from '../../store';
import { AlertsStackByField } from '../../../detections/components/alerts_kpis/common/types';

const TopNContainer = styled.div`
width: 600px;
min-width: 600px;
`;

const CloseButton = styled(EuiButtonIcon)`
Expand Down

0 comments on commit 3d48f4f

Please sign in to comment.