Skip to content

Commit 71ad14a

Browse files
authored
[Streams] Wrap "create partition" buttons on small screens (elastic#240957)
Tiny PR ensuring create partition buttons get wrapped on small screens ## Before <img width="1406" height="1103" alt="Screenshot 2025-10-28 at 10 27 31" src="https://github.com/user-attachments/assets/0a3e9a99-f396-42fc-98a2-5e7ffdb116e3" /> ## After <img width="1409" height="1105" alt="Screenshot 2025-10-28 at 10 27 50" src="https://github.com/user-attachments/assets/72cf281e-e27f-44b9-88e3-b3e5f436ab52" />
1 parent 3a830e0 commit 71ad14a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_routing

x-pack/platform/plugins/shared/streams_app/public/components/data_management/stream_detail_routing/child_stream_list.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export function ChildStreamList({ availableStreams }: { availableStreams: string
106106
flex-grow: 1;
107107
min-height: 80px;
108108
`}
109+
wrap
109110
>
110111
{aiFeatures && aiFeatures.enabled && (
111112
<EuiFlexItem grow={false}>

0 commit comments

Comments
 (0)