[ResponseOps] Fix rules list layout on narrow screens#280871
Draft
sophiec20 wants to merge 5 commits into
Draft
Conversation
|
🤖 Jobs for this PR can be triggered through checkboxes. 🚧
ℹ️ To trigger the CI, please tick the checkbox below 👇
|
Contributor
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
sophiec20
force-pushed
the
fix/rules-list-narrow-responsive
branch
from
July 24, 2026 19:28
2a0906b to
7ff1ed7
Compare
Contributor
|
Project deployed, see credentials at: https://buildkite.com/elastic/kibana-deploy-project-from-pr/builds/1373 |
Contributor
💚 Build Succeeded
History
|
This comment was marked as outdated.
This comment was marked as outdated.
sophiec20
force-pushed
the
fix/rules-list-narrow-responsive
branch
from
July 24, 2026 19:46
7ff1ed7 to
21b95c4
Compare
sophiec20
force-pushed
the
fix/rules-list-narrow-responsive
branch
from
July 25, 2026 11:05
4956c48 to
f1a8381
Compare
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #280865.
Prevents the rules list table from switching into EUI's responsive card layout at narrow viewport widths. This keeps the rules list in table form and allows horizontal scrolling below 690px. Also tried to tidy up the controls between the filters and the table with more spacing and more sensible responsive behaviour.
After

Testing
Manual verification