update topN panel width (#110803)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Angela Chuang 2021-09-02 09:04:31 +01:00 committed by GitHub
parent fecdba7eba
commit fb77be26ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)`