fix(ags): reduce maxWidthChars of current-client
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
d6005c7acd
commit
84ceb51af6
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ export default () => {
|
||||||
<label
|
<label
|
||||||
label={bind(focusedTitle)}
|
label={bind(focusedTitle)}
|
||||||
truncate
|
truncate
|
||||||
maxWidthChars={40}
|
maxWidthChars={35}
|
||||||
/>
|
/>
|
||||||
</box>
|
</box>
|
||||||
</box>
|
</box>
|
||||||
|
|
Loading…
Add table
Reference in a new issue