Skip to content

Conversation

@georgianaonoleata1904
Copy link
Contributor

@georgianaonoleata1904 georgianaonoleata1904 commented Dec 19, 2025

Closes #108853

Summary

The originally reported issue described the Tags combobox wrapping to a new line when when badges had long titles, instead of staying aligned next to the Rule Name input.
This issue is no longer reproducible, but long tag values still cause the Tags input to expand and shrink the Rule Name field.
This PR fixes the flexbox sizing issue by allowing items to shrink (min-width: 0), keeping both inputs aligned and equal width.

@georgianaonoleata1904 georgianaonoleata1904 self-assigned this Dec 19, 2025
@georgianaonoleata1904 georgianaonoleata1904 added the bug Fixes for quality problems that affect the customer experience label Dec 19, 2025
@georgianaonoleata1904 georgianaonoleata1904 requested a review from a team as a code owner December 19, 2025 08:15
@georgianaonoleata1904 georgianaonoleata1904 added release_note:skip Skip the PR/issue when compiling release notes Team:ResponseOps Platform ResponseOps team (formerly the Cases and Alerting teams) t// backport:version Backport to applied version labels v9.4.0 labels Dec 19, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops (Team:ResponseOps)

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
apm 2.8MB 2.8MB +75.0B
datasetQuality 588.5KB 588.6KB +75.0B
discover 1.3MB 1.3MB +75.0B
infra 1.1MB 1.1MB +75.0B
ml 5.6MB 5.6MB +75.0B
monitoring 633.6KB 633.6KB +75.0B
observability 1.7MB 1.7MB +75.0B
slo 995.4KB 995.4KB +75.0B
synthetics 1.0MB 1.0MB +75.0B
transform 624.5KB 624.5KB +75.0B
triggersActionsUi 1.5MB 1.5MB +75.0B
uptime 490.0KB 490.1KB +75.0B
total +900.0B

cc @georgianaonoleata1904

@georgianaonoleata1904 georgianaonoleata1904 merged commit 18782fb into elastic:main Dec 19, 2025
37 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 9.1, 9.2, 9.3

https://github.com/elastic/kibana/actions/runs/20370546223

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Dec 19, 2025
… into account and wraps to a new line (elastic#247009)

Closes elastic#108853

## Summary

The originally reported issue described the `Tags` combobox wrapping to
a new line when when badges had long titles, instead of staying aligned
next to the `Rule Name `input.
This issue is no longer reproducible, but long tag values still cause
the Tags input to expand and shrink the Rule Name field.
This PR fixes the flexbox sizing issue by allowing items to shrink
(min-width: 0), keeping both inputs aligned and equal width.

(cherry picked from commit 18782fb)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Dec 19, 2025
… into account and wraps to a new line (elastic#247009)

Closes elastic#108853

## Summary

The originally reported issue described the `Tags` combobox wrapping to
a new line when when badges had long titles, instead of staying aligned
next to the `Rule Name `input.
This issue is no longer reproducible, but long tag values still cause
the Tags input to expand and shrink the Rule Name field.
This PR fixes the flexbox sizing issue by allowing items to shrink
(min-width: 0), keeping both inputs aligned and equal width.

(cherry picked from commit 18782fb)
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
9.1 Backport failed because of merge conflicts
9.2
9.3

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

node scripts/backport --pr 247009

Questions ?

Please refer to the Backport tool documentation

@georgianaonoleata1904
Copy link
Contributor Author

💚 All backports created successfully

Status Branch Result
9.1

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

georgianaonoleata1904 added a commit to georgianaonoleata1904/kibana that referenced this pull request Dec 19, 2025
… into account and wraps to a new line (elastic#247009)

Closes elastic#108853

## Summary

The originally reported issue described the `Tags` combobox wrapping to
a new line when when badges had long titles, instead of staying aligned
next to the `Rule Name `input.
This issue is no longer reproducible, but long tag values still cause
the Tags input to expand and shrink the Rule Name field.
This PR fixes the flexbox sizing issue by allowing items to shrink
(min-width: 0), keeping both inputs aligned and equal width.

(cherry picked from commit 18782fb)

# Conflicts:
#	src/platform/packages/shared/response-ops/rule_form/src/rule_details/rule_details.tsx
kibanamachine added a commit that referenced this pull request Dec 19, 2025
… sizes into account and wraps to a new line (#247009) (#247076)

# Backport

This will backport the following commits from `main` to `9.2`:
- [[ResponseOps][Rules] Tags combobox container doesn't take badge sizes
into account and wraps to a new line
(#247009)](#247009)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Georgiana-Andreea
Onoleață","email":"georgiana.onoleata@elastic.co"},"sourceCommit":{"committedDate":"2025-12-19T12:50:24Z","message":"[ResponseOps][Rules]
Tags combobox container doesn't take badge sizes into account and wraps
to a new line (#247009)\n\nCloses
https://github.com/elastic/kibana/issues/108853\n\n## Summary\n\nThe
originally reported issue described the `Tags` combobox wrapping to\na
new line when when badges had long titles, instead of staying
aligned\nnext to the `Rule Name `input.\nThis issue is no longer
reproducible, but long tag values still cause\nthe Tags input to expand
and shrink the Rule Name field.\nThis PR fixes the flexbox sizing issue
by allowing items to shrink\n(min-width: 0), keeping both inputs aligned
and equal
width.","sha":"18782fbb51cffabc6242da1782cfc38c1a04080b","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:ResponseOps","backport:version","v9.3.0","v9.4.0","v9.2.4","v9.1.10"],"title":"[ResponseOps][Rules]
Tags combobox container doesn't take badge sizes into account and wraps
to a new
line","number":247009,"url":"https://github.com/elastic/kibana/pull/247009","mergeCommit":{"message":"[ResponseOps][Rules]
Tags combobox container doesn't take badge sizes into account and wraps
to a new line (#247009)\n\nCloses
https://github.com/elastic/kibana/issues/108853\n\n## Summary\n\nThe
originally reported issue described the `Tags` combobox wrapping to\na
new line when when badges had long titles, instead of staying
aligned\nnext to the `Rule Name `input.\nThis issue is no longer
reproducible, but long tag values still cause\nthe Tags input to expand
and shrink the Rule Name field.\nThis PR fixes the flexbox sizing issue
by allowing items to shrink\n(min-width: 0), keeping both inputs aligned
and equal
width.","sha":"18782fbb51cffabc6242da1782cfc38c1a04080b"}},"sourceBranch":"main","suggestedTargetBranches":["9.3","9.2","9.1"],"targetPullRequestStates":[{"branch":"9.3","label":"v9.3.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/247009","number":247009,"mergeCommit":{"message":"[ResponseOps][Rules]
Tags combobox container doesn't take badge sizes into account and wraps
to a new line (#247009)\n\nCloses
https://github.com/elastic/kibana/issues/108853\n\n## Summary\n\nThe
originally reported issue described the `Tags` combobox wrapping to\na
new line when when badges had long titles, instead of staying
aligned\nnext to the `Rule Name `input.\nThis issue is no longer
reproducible, but long tag values still cause\nthe Tags input to expand
and shrink the Rule Name field.\nThis PR fixes the flexbox sizing issue
by allowing items to shrink\n(min-width: 0), keeping both inputs aligned
and equal
width.","sha":"18782fbb51cffabc6242da1782cfc38c1a04080b"}},{"branch":"9.2","label":"v9.2.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.10","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Georgiana-Andreea Onoleață <georgiana.onoleata@elastic.co>
kibanamachine added a commit that referenced this pull request Dec 19, 2025
… sizes into account and wraps to a new line (#247009) (#247077)

# Backport

This will backport the following commits from `main` to `9.3`:
- [[ResponseOps][Rules] Tags combobox container doesn't take badge sizes
into account and wraps to a new line
(#247009)](#247009)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Georgiana-Andreea
Onoleață","email":"georgiana.onoleata@elastic.co"},"sourceCommit":{"committedDate":"2025-12-19T12:50:24Z","message":"[ResponseOps][Rules]
Tags combobox container doesn't take badge sizes into account and wraps
to a new line (#247009)\n\nCloses
https://github.com/elastic/kibana/issues/108853\n\n## Summary\n\nThe
originally reported issue described the `Tags` combobox wrapping to\na
new line when when badges had long titles, instead of staying
aligned\nnext to the `Rule Name `input.\nThis issue is no longer
reproducible, but long tag values still cause\nthe Tags input to expand
and shrink the Rule Name field.\nThis PR fixes the flexbox sizing issue
by allowing items to shrink\n(min-width: 0), keeping both inputs aligned
and equal
width.","sha":"18782fbb51cffabc6242da1782cfc38c1a04080b","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:ResponseOps","backport:version","v9.3.0","v9.4.0","v9.2.4","v9.1.10"],"title":"[ResponseOps][Rules]
Tags combobox container doesn't take badge sizes into account and wraps
to a new
line","number":247009,"url":"https://github.com/elastic/kibana/pull/247009","mergeCommit":{"message":"[ResponseOps][Rules]
Tags combobox container doesn't take badge sizes into account and wraps
to a new line (#247009)\n\nCloses
https://github.com/elastic/kibana/issues/108853\n\n## Summary\n\nThe
originally reported issue described the `Tags` combobox wrapping to\na
new line when when badges had long titles, instead of staying
aligned\nnext to the `Rule Name `input.\nThis issue is no longer
reproducible, but long tag values still cause\nthe Tags input to expand
and shrink the Rule Name field.\nThis PR fixes the flexbox sizing issue
by allowing items to shrink\n(min-width: 0), keeping both inputs aligned
and equal
width.","sha":"18782fbb51cffabc6242da1782cfc38c1a04080b"}},"sourceBranch":"main","suggestedTargetBranches":["9.3","9.2","9.1"],"targetPullRequestStates":[{"branch":"9.3","label":"v9.3.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/247009","number":247009,"mergeCommit":{"message":"[ResponseOps][Rules]
Tags combobox container doesn't take badge sizes into account and wraps
to a new line (#247009)\n\nCloses
https://github.com/elastic/kibana/issues/108853\n\n## Summary\n\nThe
originally reported issue described the `Tags` combobox wrapping to\na
new line when when badges had long titles, instead of staying
aligned\nnext to the `Rule Name `input.\nThis issue is no longer
reproducible, but long tag values still cause\nthe Tags input to expand
and shrink the Rule Name field.\nThis PR fixes the flexbox sizing issue
by allowing items to shrink\n(min-width: 0), keeping both inputs aligned
and equal
width.","sha":"18782fbb51cffabc6242da1782cfc38c1a04080b"}},{"branch":"9.2","label":"v9.2.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.10","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Georgiana-Andreea Onoleață <georgiana.onoleata@elastic.co>
georgianaonoleata1904 added a commit that referenced this pull request Dec 19, 2025
… sizes into account and wraps to a new line (#247009) (#247116)

# Backport

This will backport the following commits from `main` to `9.1`:
- [[ResponseOps][Rules] Tags combobox container doesn't take badge sizes
into account and wraps to a new line
(#247009)](#247009)

<!--- Backport version: 10.2.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Georgiana-Andreea
Onoleață","email":"georgiana.onoleata@elastic.co"},"sourceCommit":{"committedDate":"2025-12-19T12:50:24Z","message":"[ResponseOps][Rules]
Tags combobox container doesn't take badge sizes into account and wraps
to a new line (#247009)\n\nCloses
https://github.com/elastic/kibana/issues/108853\n\n## Summary\n\nThe
originally reported issue described the `Tags` combobox wrapping to\na
new line when when badges had long titles, instead of staying
aligned\nnext to the `Rule Name `input.\nThis issue is no longer
reproducible, but long tag values still cause\nthe Tags input to expand
and shrink the Rule Name field.\nThis PR fixes the flexbox sizing issue
by allowing items to shrink\n(min-width: 0), keeping both inputs aligned
and equal
width.","sha":"18782fbb51cffabc6242da1782cfc38c1a04080b","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:ResponseOps","backport:version","v9.3.0","v9.4.0","v9.2.4","v9.1.10"],"title":"[ResponseOps][Rules]
Tags combobox container doesn't take badge sizes into account and wraps
to a new
line","number":247009,"url":"https://github.com/elastic/kibana/pull/247009","mergeCommit":{"message":"[ResponseOps][Rules]
Tags combobox container doesn't take badge sizes into account and wraps
to a new line (#247009)\n\nCloses
https://github.com/elastic/kibana/issues/108853\n\n## Summary\n\nThe
originally reported issue described the `Tags` combobox wrapping to\na
new line when when badges had long titles, instead of staying
aligned\nnext to the `Rule Name `input.\nThis issue is no longer
reproducible, but long tag values still cause\nthe Tags input to expand
and shrink the Rule Name field.\nThis PR fixes the flexbox sizing issue
by allowing items to shrink\n(min-width: 0), keeping both inputs aligned
and equal
width.","sha":"18782fbb51cffabc6242da1782cfc38c1a04080b"}},"sourceBranch":"main","suggestedTargetBranches":["9.1"],"targetPullRequestStates":[{"branch":"9.3","label":"v9.3.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/247077","number":247077,"state":"OPEN"},{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/247009","number":247009,"mergeCommit":{"message":"[ResponseOps][Rules]
Tags combobox container doesn't take badge sizes into account and wraps
to a new line (#247009)\n\nCloses
https://github.com/elastic/kibana/issues/108853\n\n## Summary\n\nThe
originally reported issue described the `Tags` combobox wrapping to\na
new line when when badges had long titles, instead of staying
aligned\nnext to the `Rule Name `input.\nThis issue is no longer
reproducible, but long tag values still cause\nthe Tags input to expand
and shrink the Rule Name field.\nThis PR fixes the flexbox sizing issue
by allowing items to shrink\n(min-width: 0), keeping both inputs aligned
and equal
width.","sha":"18782fbb51cffabc6242da1782cfc38c1a04080b"}},{"branch":"9.2","label":"v9.2.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/247076","number":247076,"state":"OPEN"},{"branch":"9.1","label":"v9.1.10","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
CAWilson94 pushed a commit to CAWilson94/kibana that referenced this pull request Jan 6, 2026
… into account and wraps to a new line (elastic#247009)

Closes elastic#108853

## Summary

The originally reported issue described the `Tags` combobox wrapping to
a new line when when badges had long titles, instead of staying aligned
next to the `Rule Name `input.
This issue is no longer reproducible, but long tag values still cause
the Tags input to expand and shrink the Rule Name field.
This PR fixes the flexbox sizing issue by allowing items to shrink
(min-width: 0), keeping both inputs aligned and equal width.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:version Backport to applied version labels bug Fixes for quality problems that affect the customer experience release_note:skip Skip the PR/issue when compiling release notes Team:ResponseOps Platform ResponseOps team (formerly the Cases and Alerting teams) t// v9.1.9 v9.1.10 v9.2.3 v9.2.4 v9.3.0 v9.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Alerting] Create alert flyout: Tags combobox container doesn't take badge sizes into account and wraps to a new line

4 participants