Button groups in tables overflow weirdly #732
-
Bug ReportSteps to reproduce
Expected resultI'd expect button group to be withing the cell and expand content-wise inside the table. Actual resultOverflows the table. TestcaseScreenshot (when possible)Version2.7.4 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I would argue that this is invalid since your table has If you disagree feel free to explain why. |
Beta Was this translation helpful? Give feedback.
-
That's a valid point, but even if stackable is used it overflows before it goes to stack mode. |
Beta Was this translation helpful? Give feedback.
-
@domenkozar Wrap both buttons into one |
Beta Was this translation helpful? Give feedback.
-
@lubber-de thanks that works perfectly :) |
Beta Was this translation helpful? Give feedback.
@domenkozar Wrap both buttons into one
ui group basic vertical buttons
(instead of two singlegroup buttons
)The second button (means the column width you defined) is still too small, but the content does wrap now instead of overflow:
See https://jsfiddle.net/fko624wq/