sidebar: truncate device selector

Fix sidebar expanding when long device names
This commit is contained in:
2 * r + 2 * t 2025-04-02 15:46:41 +11:00
parent 282c8a65c2
commit 06e570e19e

View file

@ -46,7 +46,7 @@ const Device = ({
<label className="icon" label={input ? "mic" : "media_output"} />
)
)}
<label label={bind(device, "description")} />
<label truncate label={bind(device, "description")} />
</box>
</button>
);