Skip to content

Commit

Permalink
use full page width (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamy authored Apr 22, 2024
1 parent 2d988d1 commit 9408777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webview/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="container">
<div class="container w-full max-w-full">
<div><vscode-button @click="applyChanges">Apply Changes</vscode-button></div>
<div class="graph-container">
<Graph></Graph>
Expand Down

0 comments on commit 9408777

Please sign in to comment.