[SSE] Fix autofilter dialog

This commit is contained in:
Julia Radzhabova 2022-10-31 19:11:27 +03:00
parent 96de002856
commit a862fc8824
2 changed files with 9 additions and 1 deletions

View file

@ -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;">',

View file

@ -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 {