Skip to content

Commit

Permalink
fix(BaseInputNumber): fix firefox styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Mar 4, 2022
1 parent 92dbda6 commit d149b90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/DamageCalculator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,11 @@ export default defineComponent({
.creature {
display: grid;
gap: 0.5rem;
.creature-input {
width: 65px;
height: 32px;
}
}
.hero {
Expand Down Expand Up @@ -365,11 +370,6 @@ export default defineComponent({
}
}
.creature-input {
width: 65px;
height: 32px;
}
.creature-button {
position: relative;
z-index: 1;
Expand Down
1 change: 1 addition & 0 deletions src/components/base/BaseInputNumber.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export default defineComponent({

<style lang="scss" scoped>
.input-number {
width: 100%;
padding: 0.25rem 0.5rem;
font-family: inherit;
font-size: inherit;
Expand Down

0 comments on commit d149b90

Please sign in to comment.