Skip to content

Commit 7276ae5

Browse files
authored
fix(issues): Make sure there is a gap between controls when drawer is narrow (#91897)
**Before** <img width="382" alt="before" src="https://github.com/user-attachments/assets/7449494d-684a-43f0-98c2-58d725b2f88d" /> **After** <img width="373" alt="after" src="https://github.com/user-attachments/assets/6683b097-5e08-4df3-ab16-0294b9a4735d" />
1 parent 32d999a commit 7276ae5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/components/events/eventDrawer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export const EventNavigator = styled('div')`
6767
export const EventStickyControls = styled('div')`
6868
display: flex;
6969
justify-content: space-between;
70+
gap: ${space(1)};
7071
position: sticky;
7172
top: -${space(2)};
7273
margin-block: -${space(2)};

0 commit comments

Comments
 (0)