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 authored and sisou committed Jun 13, 2024
1 parent 6105cf7 commit cf48fc7
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 cf48fc7

Please sign in to comment.