Skip to content

Commit

Permalink
Fix layout break in Stats page due to too-long table width #1651
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Jan 1, 2025
1 parent 7b4ad9e commit 06f4c53
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/views/stats/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
%a{href: '#table-target'} 🔍
集計対象と集計割合の推移

%div.table-container
%div.table-container{align: 'center'}
%table.compact{style: 'margin-top: 10px;', border: '1'}
%tr
%th
Expand Down Expand Up @@ -127,7 +127,7 @@
%a{href: '#table-actual'} ☯️
開催回数と参加者数の推移

%div.table-container
%div.table-container{align: 'center'}
%table.compact{style: 'margin-top: 10px;', border: '1'}
%tr
%th
Expand Down Expand Up @@ -166,7 +166,8 @@
%b
%a{href: '#table-estimate'} 💭
開催回数と参加者数の見込み
%div.table-container

%div.table-container{align: 'center'}
%table.compact{style: 'margin-top: 10px;', border: '1'}
%tr
%th
Expand Down

0 comments on commit 06f4c53

Please sign in to comment.