* Fix bug #41746.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.row-module {max-width: 500px; min-width: 400px;}
|
||||
.row-module {max-width: 400px; min-width: 300px;}
|
||||
.row-module + .row-module {margin-top: 5px;}
|
||||
.form .input-group .col-module {border-radius: 2px 0 0 2px;}
|
||||
.form .input-group .col-short {width: 110px; border-radius: 0 2px 2px 0;}
|
||||
|
||||
@@ -190,7 +190,7 @@ div
|
||||
),
|
||||
div
|
||||
(
|
||||
setStyle('max-width', '70%'),
|
||||
setStyle('min-width', '60%'),
|
||||
panel
|
||||
(
|
||||
setClass('pb-4'),
|
||||
@@ -203,6 +203,9 @@ div
|
||||
setClass('pr-2 tree-item-content row items-center'),
|
||||
setStyle('padding-bottom', '48px'),
|
||||
setStyle('max-width', '30%'),
|
||||
setStyle('flex-direction', 'row'),
|
||||
setStyle('flex-wrap', 'wrap'),
|
||||
setStyle('align-content', 'center'),
|
||||
$parentPath
|
||||
),
|
||||
form
|
||||
|
||||
Reference in New Issue
Block a user