File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
static/app/views/issueDetails/streamline Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ const EventInfoJumpToWrapper = styled('div')`
263263 @media (min-width: ${ p => p . theme . breakpoints . small } ) {
264264 flex-wrap: nowrap;
265265 }
266- box-shadow: ${ p => p . theme . translucentBorder } 0 1px ;
266+ border-bottom: 1px solid ${ p => p . theme . translucentBorder } ;
267267` ;
268268
269269const EventInfo = styled ( 'div' ) `
Original file line number Diff line number Diff line change @@ -184,7 +184,8 @@ const SectionExpander = styled('div')<{preventCollapse: boolean}>`
184184 display: grid;
185185 grid-template-columns: 1fr auto;
186186 align-items: center;
187- padding: ${ space ( 1 ) } ${ space ( 0.75 ) } ;
187+ padding: ${ space ( 0.5 ) } ${ space ( 1.5 ) } ;
188+ margin: 0 -${ space ( 0.75 ) } ;
188189 border-radius: ${ p => p . theme . borderRadius } ;
189190 cursor: ${ p => ( p . preventCollapse ? 'initial' : 'pointer' ) } ;
190191 position: relative;
You can’t perform that action at this time.
0 commit comments