Skip to content

Commit

Permalink
update topN panel width (elastic#110803) (elastic#110941)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Angela Chuang <6295984+angorayc@users.noreply.github.com>
  • Loading branch information
kibanamachine and angorayc authored Sep 2, 2021
1 parent 827f036 commit 9dc8468
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 9dc8468

Please sign in to comment.