Padding for long button labels#650
Conversation
This fixes #649 Added some padding left and right.
|
This pull request is deployed at test.editor.opencast.org/650/2022-03-22_12-56-27/ . |
|
Maybe this is just me being used to the current button size, but I don't like the increased width. Could we instead pad without the width increase? |
So do you mean by line break? |
|
The text already wraps, but will only do so fairly late in the original code. It would be better to cause the text wrap before it almost hits the edges of the button. Your patch does that, but also causes the button to increase in visible width which I find undesirable. |
Added padding to button-text directly instead to the buttons. So the button size does not increase and the text does not almost hit the edges of the buttons.
|
This pull request is deployed at test.editor.opencast.org/650/2022-06-15_10-40-51/ . |
|
Looks good: `` |
This fixes #649
Added some padding left and right.