Skip to content

Commit

Permalink
make columns more dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda committed Aug 12, 2024
1 parent ad2dbc9 commit dcbcfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/foundation/src/routeTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const generateRoutesHTML = (routes: SimulationRoute[]) => {
.routes {
display: grid;
grid-template-columns: 20px auto auto auto;
grid-template-columns: 1fr 6fr 2fr auto;
column-gap: 15px;
}
.route-actions {
Expand Down

0 comments on commit dcbcfa5

Please sign in to comment.