Skip to content

Commit

Permalink
Removed network map width limit
Browse files Browse the repository at this point in the history
Fixes #164
  • Loading branch information
Albermonte committed Jun 12, 2024
1 parent 1102b80 commit 74d33c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/NetworkMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ export default defineComponent({
position: relative;
overflow: hidden;
width: 100%;
max-width: 1500px;
}
.map,
Expand Down

0 comments on commit 74d33c3

Please sign in to comment.