The Filter by Price block fields do not show the whole min/max price.
This issue is occurring because of the padding on the field.
I've tested the field in other themes like Twenty Twenty-Four, Tazza, and Tsubaki. This issue does not occur in those themes because they have set the input field padding to padding: 8px;, while Assembler has it set at padding:0.8rem 1rem;.
Steps to reproduce
Install Assembler theme
Go to Appearance > Editor > Templates > Product Catalog
Add the Filter by Price block to the page
View the min/max fields are cutting-off the prices
A clear and concise description of what you expected to happen.
The user expects to see the whole number in the min/max fields of the Filter by Price block.
What actually happened
The padding prevents users from seeing the whole price in the fields.
Impact
Some (< 50%)
Available workarounds?
Yes, easy to implement
If the above answer is "Yes...", outline the workaround.
Quick summary
The Filter by Price block fields do not show the whole min/max price.
This issue is occurring because of the padding on the field.
I've tested the field in other themes like Twenty Twenty-Four, Tazza, and Tsubaki. This issue does not occur in those themes because they have set the input field padding to
padding: 8px;
, while Assembler has it set atpadding:0.8rem 1rem;
.Steps to reproduce
A clear and concise description of what you expected to happen.
The user expects to see the whole number in the min/max fields of the Filter by Price block.
What actually happened
The padding prevents users from seeing the whole price in the fields.
Impact
Some (< 50%)
Available workarounds?
Yes, easy to implement
If the above answer is "Yes...", outline the workaround.
Add this CSS as a workaround:
Platform (Simple and/or Atomic)
Atomic
Logs or notes
I am currently only seeing this issue in the Assembler theme.