fix hashbadge alignment slightly

This commit is contained in:
Tomáš Mládek 2021-03-21 23:32:06 +01:00
parent 97b7ed1634
commit 5d656bc2f7

View file

@ -76,6 +76,7 @@ export default defineComponent({
<style scoped> <style scoped>
.address { .address {
font-family: var(--monospace-font); font-family: var(--monospace-font);
display: flex;
} }
.hash-badge { .hash-badge {