Content
View differences
Updated by Robin Wagner almost 8 years ago
**Reproduce**
1. Create 2 or more custom actions (e.g. “test” and “test2”).
2. Open work package where both custom actions are shown.
**Actual**
- The width of the shorter button (e.g. “test”) is used for all buttons. - Therefore, all buttons with a longer string are truncated.
**Desired**
- We should try to avoid truncating the buttons if there is enough space for the buttons.
- If possible, it would be great to use the width of the button with the longest string as the width of all buttons (widths of all buttons is always the same (as currently)).
- If there is not enough space the width of all buttons should be reduced by the same amount to fit the buttons in.


**QA system**
- openproject-edge.com
- OpenProject 8.0
- Chrome, Firefox, Edge
1. Create 2 or more custom actions (e.g. “test” and “test2”).
2. Open work package where both custom actions are shown.
**Actual**
- The width of the shorter button (e.g. “test”) is used for all buttons. - Therefore, all buttons with a longer string are truncated.
**Desired**
- We should try to avoid truncating the buttons if there is enough space for the buttons.
- If possible, it would be great to use the width of the button with the longest string as the width of all buttons (widths of all buttons is always the same (as currently)).
- If there is not enough space the width of all buttons should be reduced by the same amount to fit the buttons in.


**QA system**
- openproject-edge.com
- OpenProject 8.0
- Chrome, Firefox, Edge