diff --git a/desktop/themes/typography.less b/desktop/themes/typography.less index 1c0d7f495..c6b770e91 100644 --- a/desktop/themes/typography.less +++ b/desktop/themes/typography.less @@ -87,6 +87,14 @@ color: @background-default; } +// grow dropdown buttons like plain button +.ant-dropdown-button { + flex-grow: 1; + & button:first-child { + flex-grow: 1; + } +} + .flipperlegacy_design { // Prevents ANT breaking global styles implicitly used by old Flipper design line-height: 1;