Skip to content

Commit f1b2cd6

Browse files
committed
fix(input): bring back mini size
1 parent 64124c6 commit f1b2cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/SInputText.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function getValue(e: Event | FocusEvent | KeyboardEvent): string | null {
162162

163163
<style scoped lang="postcss">
164164
.SInputText.sm,
165-
.SInputText.small {
165+
.SInputText.mini {
166166
.box { min-height: 32px; }
167167
.value { min-height: 30px; }
168168
.area { min-height: 30px; }

0 commit comments

Comments
 (0)