sidebar: truncate device selector
Fix sidebar expanding when long device names
This commit is contained in:
parent
282c8a65c2
commit
06e570e19e
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue