Skip to content

Commit

Permalink
fixup! feat: Update detour list page and table styles for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson committed Sep 5, 2024
1 parent 52bec05 commit 76c6374
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

exports[`DetourListPage renders detour list page with dummy data 1`] = `
<div
className="c-detour-list-page h-100 overflow-y-auto p-4 bg-white"
className="c-detour-list-page h-100 overflow-y-auto p-0 p-md-4 bg-white"
>
<table
className="c-detours-table table table-hover"
>
<thead>
<thead
className="u-hide-for-mobile"
>
<tr>
<th
className="px-3 py-4"
Expand Down

0 comments on commit 76c6374

Please sign in to comment.