Skip to content

Commit

Permalink
frontend: break columns for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Oct 30, 2023
1 parent dc702b9 commit e94399d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Pages/Flake/Github/Org_/Repo_/Version_.elm
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ viewOutputs model flakeRelease =
]
in
div
[ class "grid grid-cols-12 overflow-hidden rounded shadow"
[ class "grid grid-cols-3 sm:grid-cols-12 overflow-hidden rounded shadow"
]
[ aside
[ class "col-span-3 h-full flex flex-col bg-white dark:bg-gray-800"
Expand Down

0 comments on commit e94399d

Please sign in to comment.