Skip to content

Commit

Permalink
vis max width
Browse files Browse the repository at this point in the history
  • Loading branch information
phil294 committed Apr 30, 2023
1 parent 41db56e commit c2e3956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/views/Visualization.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default defineComponent
props.commit.scroll_height
vis_style = computed =>
'min-width': "max(min(50vw, #{vis_width}px),210px)"
'max-width': '60vw'
lines = computed =>
props.commit.vis
.map (v, i) =>
Expand Down

0 comments on commit c2e3956

Please sign in to comment.