@redneckz/wildless-cms-uni-blocks 0.3.93 → 0.3.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ export function renderInput(props: InputProps) {
19
19
  return (
20
20
  <div className="relative flex items-center">
21
21
  <Input
22
- className="h-13 border pl-4 pt-4 pb-4 rounded-md text-l w-full appearance-none -mr-12"
22
+ className="shrink-0 h-13 border pl-4 pt-4 pb-4 rounded-md text-l w-full appearance-none -mr-12"
23
23
  placeholder={placeholder}
24
24
  type="text"
25
25
  value={value}
@@ -27,7 +27,7 @@ export function renderInput(props: InputProps) {
27
27
  />
28
28
  {rates.length ? (
29
29
  <Select
30
- className="h-9 -translate-x-4 bg-transparent"
30
+ className="shrink-0 w-20 h-9 -translate-x-8 bg-transparent"
31
31
  value={selected}
32
32
  onChange={(_) => setSelected(_ as Currency)}
33
33
  >