-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BX-1057] ‘Del’ text slightly exceeds button width #1030
Conversation
BX-1057 ‘Del’ text slightly exceeds button width
brody said:
|
Here's the packed extension for this build: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's the packed extension for this build: |
@@ -11,13 +11,14 @@ export const ShortcutHint = ({ | |||
}) => { | |||
const height = small ? '14px' : '18px'; | |||
const width = small ? '16px' : '18px'; | |||
const widthKey = hint?.length || 0 > 1 ? 'minWidth' : 'width'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const widthKey = hint?.length || 0 > 1 ? 'minWidth' : 'width'; | |
const widthKey = (hint?.length || 0) > 1 ? 'minWidth' : 'width'; |
Here's the packed extension for this build: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤝
Here's the packed extension for this build: |
Here's the packed extension for this build: |
Here's the packed extension for this build: |
What changed (plus any additional context for devs)
Let multicharacter button strings expand the width of the bubble keys
Screen recordings / screenshots
What to test
Make sure button strings have sufficient horizontal padding inside the bubble keys