mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2026-04-28 07:24:16 +02:00
c17dff593d
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.