From c304a5770bc1f7a5afe86e43992bf26f832d8dbf Mon Sep 17 00:00:00 2001 From: goodmice Date: Thu, 14 Oct 2021 13:16:44 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A8=D0=B8=D1=80=D0=B8=D0=BD=D0=B0=20TreeSele?= =?UTF-8?q?ct=20=D0=B8=D1=81=D0=BF=D1=80=D0=B2=D0=BB=D0=B5=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/WellOperations/WellCompositeEditor/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/WellOperations/WellCompositeEditor/index.jsx b/src/pages/WellOperations/WellCompositeEditor/index.jsx index 58f68de..2ceae7d 100644 --- a/src/pages/WellOperations/WellCompositeEditor/index.jsx +++ b/src/pages/WellOperations/WellCompositeEditor/index.jsx @@ -91,7 +91,7 @@ export const WellCompositeEditor = ({idWell}) => { treeLine={{showLeafIcon: false}} onChange={onWellChanged} size={'middle'} - style={{flexGrow: '1'}} + style={{width: '100%'}} value={selectedWells} placeholder={'Выберите скважины'} tagRender={tagRender}