When I render a partial 'calendar/show' in two different views, I'm facing an issue. In view A, everything looks perfect with the right font sizes, but in view B, the font size appears too large.
I'm looking for a way to adjust the font size for this specific partial without affecting the display in view A. Here's the code I have in view B:
<%= render partial: '/calendars/show', locals: {} %>