From c279efa64ebcd6306980cc91c70cdc4ea5c4f000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A4=D1=80=D0=BE=D0=BB=D0=BE=D0=B2?= Date: Mon, 19 Jul 2021 16:43:04 +0500 Subject: [PATCH] nit. design. treeSelector width --- src/styles/App.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/App.less b/src/styles/App.less index 89df32a..8f7e2cc 100644 --- a/src/styles/App.less +++ b/src/styles/App.less @@ -160,6 +160,7 @@ tr.table_row_size { } .header-tree-select{ + width: 300px; border: 1px solid rgba(255, 255, 255, 0.2); background-color: rgba(0, 0, 0, 0.3); }