lockscreen: Fix multiline action button alignment

Action button labels can wrap to multiple lines depending on the translation, which shifts vertically centered buttons.

61.png

Align the lock screen action buttons to the top so their icons stay on the same horizontal line regardless of label height.

62.png

Another option would be to give labels more horizontal space to reduce wrapping. However, varying button widths would make spacing inconsistent unless a common width is calculated from the widest label. Increasing the spacing slightly may still help some translations, but the alignment fix is more general.

Merge request reports

Loading