You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@clash99 I have looked into it and I found that in party/party_detail.html there's an extra css class default attached with panel div, removing it fixes this issue.
so basically div.panel-body.detail needs to be changed to div.panel-body.
I would open a PR if you say so.
Steps to reproduce the error
Visit the detail page for a party
Actual behavior
Main panel had some shading that shouldn't bee there.
Expected behavior
Should use same layout and classes as Resources index.
Panel should resemble this page:
Currently looks like this (notice shading around panel):
At a glance I don't believe this requires a css change. I believe the error is on the html side for what styles are being called.
The text was updated successfully, but these errors were encountered: