Skip to content

Commit

Permalink
update table panel's columns width
Browse files Browse the repository at this point in the history
  • Loading branch information
molotgor committed Jul 1, 2024
1 parent 51ceff0 commit 7433c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/JSONviewer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
&-wrapper {
overflow-x: auto;
table {
grid-template-columns: 20% 80%;
grid-template-columns: 30% 70%;
}
}

Expand Down

0 comments on commit 7433c4e

Please sign in to comment.