Description
Translated text does not fit into "Enter button", when translation is longer than the word "Enter".
Workarround in custom.css
- size the "Enter" button
- To investigate, how to resize description column, so that text wraps before button
.enter { max-width: max-content; }