**Way to reproduce:** 1. Create long name of segment 2. Create campaign 3. Click Settings -> (Modal with the issue will appear) 4. [There are no Apply / Cancel buttons present] as Segmement input exceeding form size  **How to fix it?** 1. Find form#campaign-settings 2. Remove classes= `grid gap-4` to use `display:block;` instead 3. Result:  Alternative solution: 1. Find form#campaign-settings 2. Use `width: 100%;` on select input 3. Result: 