Skip to content

Commit

Permalink
fix: fixes the form validation misalignment
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
  • Loading branch information
dw-0 committed Aug 11, 2022
1 parent f55b58a commit 9f14bf4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/inputs/MoveToInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
hide-details="auto"
type="number"
hide-spin-buttons
class="_smaller_label"
outlined
reverse
dense
Expand Down Expand Up @@ -97,12 +98,7 @@ export default class MoveToInput extends Mixins(BaseMixin) {
}
</script>

<style>
label {
font-size: 14px !important;
color: rgba(255, 255, 255, 0.5) !important;
}
<style scoped lang="scss">
.v-input.error--text .v-input__slot {
padding-left: 3px !important;
}
Expand Down

0 comments on commit 9f14bf4

Please sign in to comment.