Skip to content
Snippets Groups Projects
Unverified Commit f9014f0e authored by Austin Pearce's avatar Austin Pearce Committed by GitHub
Browse files

Fix mobile payee creation (#3019)

parent e59f5c9a
No related branches found
No related tags found
No related merge requests found
...@@ -420,7 +420,7 @@ export function CreatePayeeButton({ ...@@ -420,7 +420,7 @@ export function CreatePayeeButton({
data-testid="create-payee-button" data-testid="create-payee-button"
style={{ style={{
display: 'block', display: 'block',
flexShrink: 0, flex: '1 0',
color: highlighted color: highlighted
? theme.menuAutoCompleteTextHover ? theme.menuAutoCompleteTextHover
: theme.noticeTextMenu, : theme.noticeTextMenu,
......
---
category: Bugfix
authors: [JukeboxRhino]
---
Fix payee creation for long names on narrow screens
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment