mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 00:19:53 +01:00
When the action buttons are too wide, it causes the text box to be that wide, since the `Input` has `Layout.fillWidth: true` set, causing the text to overflow the background. This change makes the background expand with the text.