Skip to content

Commit acb9781

Browse files
author
p01
committed
Fix for DFL-3661, New resource tree view should have enough min-width to never cut off filter field
( Based on the 2px and 1px padding+border of the <toolbar> and 166px width of the <toolbar-filters> )
1 parent df2324d commit acb9781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ ui_framework.layouts.resource_rough_layout =
617617
[
618618
{
619619
name: 'resource_tree_panel',
620-
min_width: 150,
620+
min_width: 172,
621621
width: 300, tabbar: { id: 'resources_tree', tabs: ['resource_tree_view'], is_hidden: true }
622622
},
623623
{

0 commit comments

Comments
 (0)