Skip to content

Commit 0a013de

Browse files
authored
Axon 322 status button is clipped (#702)
* AXON-322: Fixed status button in smaller screen size * AXON-322: Updated changelog * AXON-322: Updated solution
1 parent 77a289e commit 0a013de

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
### Bug Fixes
2020

2121
- Fixed a bug where issues would not render due to malformed epic fields (#665)
22-
22+
- Fixed status button in smaller screen size
23+
-
2324
## What's new in 3.8.7
2425

2526
### Features

src/webviews/components/issue/view-issue-screen/sidebar/IssueSidebarButtonGroup.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,10 @@ export const IssueSidebarButtonGroup: React.FC<Props> = ({
7979
display: 'flex',
8080
flexDirection: 'row',
8181
alignItems: 'center',
82+
flexWrap: 'wrap-reverse',
8283
width: '100%',
8384
justifyContent: 'space-between',
85+
gap: '4px 0',
8486
}}
8587
>
8688
<Box style={{ display: 'flex', flexDirection: 'row', alignItems: 'center', gap: '4px' }}>

0 commit comments

Comments
 (0)