Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐛 Bug]: incident table got cut off at the name on smaller screens #3280

Closed
Kiryous opened this issue Feb 3, 2025 · 1 comment · Fixed by #3281
Closed

[🐛 Bug]: incident table got cut off at the name on smaller screens #3280

Kiryous opened this issue Feb 3, 2025 · 1 comment · Fixed by #3281
Labels
Bug Something isn't working UI User interface related issues

Comments

@Kiryous
Copy link
Contributor

Kiryous commented Feb 3, 2025

Describe the bug
Not much useful information fits on the first screen

Image

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

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.

Copy link

dosubot bot commented Feb 3, 2025

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.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@dosubot dosubot bot added Bug Something isn't working UI User interface related issues labels Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working UI User interface related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant