Skip to content

Commit

Permalink
Remove extra width in ContactShortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax authored Nov 24, 2023
1 parent 305f6e4 commit d64ef2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContactShortcuts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default defineComponent({

<style lang="scss" scoped>
.contact-shortcuts {
width: calc(100% + 2rem);
width: 100%;
}
.identicon-button {
Expand Down

0 comments on commit d64ef2b

Please sign in to comment.