mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2026-07-27 09:42:05 +02: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.