This repository was archived by the owner on Jan 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
src/themes/default/components/core Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
43
- fix price is never below 0 and user can't add 0 or below 0 products to cart @RakowskiPrzemyslaw (#2437 )
44
44
- Check for placing single order in case of error in any payment module - @patzick (#2409 )
45
45
- Display prices in products added in offline mode. - @patzick (#2450 )
46
+ - Improved styles on recommentation filters - @patzick (#2458 )
46
47
47
48
### Deprecated / Removed
48
49
- ` @vue-storefront/store ` package deprecated - @filrak
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ export default {
26
26
height : 40px ;
27
27
padding-left : 8px ;
28
28
padding-right : 8px ;
29
+ min-width : 50px ;
29
30
30
31
& :hover ,
31
32
& :focus {
Original file line number Diff line number Diff line change 52
52
:content =" price.label"
53
53
/>
54
54
</div >
55
- <div v-else >
55
+ <div v-else class = " sidebar__inline-selecors " >
56
56
<generic-selector
57
57
context =" category"
58
- class =" price-select mb10 block"
58
+ class =" mr10 mb10 block"
59
59
:code =" filterIndex"
60
60
v-for =" (option, index) in filter"
61
61
:key =" index"
@@ -108,5 +108,9 @@ export default {
108
108
align-items : center ;
109
109
min-height : 47px ;
110
110
}
111
+
112
+ & __inline-selecors {
113
+ display : flex ;
114
+ }
111
115
}
112
116
</style >
You can’t perform that action at this time.
0 commit comments