Skip to content

Commit b262a79

Browse files
committed
adjust min width
1 parent 271cdb8 commit b262a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/issueDetails/groupTags/tagDistribution.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ const TagBarContainer = styled('div')`
192192
position: absolute;
193193
left: 0;
194194
top: 0;
195-
min-width: ${space(1)};
195+
min-width: ${space(0.25)};
196196
&:before {
197197
position: absolute;
198198
inset: 0;

0 commit comments

Comments
 (0)