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
The issue you're experiencing with the incident table being cut off on smaller screens might be related to the CSS media queries or styles applied to the table. The Keep platform uses CSS media queries to handle responsive design, specifically targeting smaller screens with adjustments to the .tile-basis class [1]. However, it seems there might not be specific rules for the incident table itself.
To address this, you might want to check if there are any CSS rules or media queries that specifically target the incident table for smaller screens. If not, you could consider adding custom styles or media queries to ensure the table displays correctly on smaller devices. Adjusting the flex-basis or other relevant CSS properties for the incident table could help in making it more responsive.
Describe the bug
Not much useful information fits on the first screen
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: