[SSE] Fix autofilter dialog
This commit is contained in:
parent
96de002856
commit
a862fc8824
|
@ -978,7 +978,7 @@ define([
|
|||
|
||||
this.template = options.template || [
|
||||
'<div class="box" style="height: 100%; display: flex; justify-content: space-between;">',
|
||||
'<div class="content-panel" style="width: 100%; border-right: 1px solid #cbcbcb; display: flex; flex-direction: column; justify-content: space-between;">',
|
||||
'<div class="content-panel">',
|
||||
'<div class="" style="display: flex; flex-direction: column; justify-content: flex-start; height: calc(100% - 37px);">',
|
||||
'<div id="id-sd-cell-search" style="height:22px; margin-bottom:10px;"></div>',
|
||||
'<div class="border-values" style="overflow: hidden; flex-grow: 1;">',
|
||||
|
|
|
@ -72,6 +72,14 @@
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
.autofilter& {
|
||||
border-right: 1px solid @border-divider-ie;
|
||||
border-right: @scaled-one-px-value solid @border-divider;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
|
||||
#menu-container-filters > .dropdown-menu {
|
||||
|
|
Loading…
Reference in a new issue