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={bind(focusedTitle)}
|
||||
truncate
|
||||
maxWidthChars={40}
|
||||
maxWidthChars={35}
|
||||
/>
|
||||
</box>
|
||||
</box>
|
||||
|
|
Loading…
Add table
Reference in a new issue