File tree 3 files changed +8
-27
lines changed
3 files changed +8
-27
lines changed Original file line number Diff line number Diff line change 80
80
"michelf/php-smartypants" : " ^1.8.0" ,
81
81
"stichoza/google-translate-php" : " ^4.1.6" ,
82
82
"wbraganca/yii2-dynamicform" : " *@dev" ,
83
- "bower-asset/css-element-queries" : " <1.0" ,
84
83
"bower-asset/less-space" : " *" ,
85
84
"bower-asset/eonasdan-bootstrap-datetimepicker" : " ^4.17" ,
86
85
"bower-asset/components-font-awesome" : " ~4.6" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -201,9 +201,14 @@ private function horizontalClientScriptInit()
201
201
$ view = $ this ->getView ();
202
202
StickySidebarAsset::register ($ view );
203
203
$ view ->registerCss (<<<'CSS'
204
- .advanced-search[min-width~="150px"] form > div {
205
- width: 100%;
206
- position: inherit;
204
+ .advanced-search {
205
+ container: advanceSearch / inline-size;
206
+ }
207
+ @container advanceSearch (width >= 120px) {
208
+ form > div {
209
+ width: 100%!important;
210
+ position: inherit!important;
211
+ }
207
212
}
208
213
.horizontal-view .content-sidebar {
209
214
will-change: min-height;
You can’t perform that action at this time.
0 commit comments