igorkasyanchuk / rails_performance

Monitor performance of you Rails applications (self-hosted and free)
https://www.railsjazz.com/
MIT License
950 stars 53 forks source link

Set scroll for overflow-x on tables #43

Closed carl-printreleaf closed 1 year ago

carl-printreleaf commented 1 year ago

The content of the "Format" and "Controller Action" table column sometimes cause the table to be too wide which causes it to spill out of the <div class="card-content>. Setting the overflow-x to scroll handles this issue.

igorkasyanchuk commented 1 year ago

thanks, both PR's merged. I'll release them soon