File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import styled from 'styled-components';
44export const BugStateIcon = styled ( CircleFill ) < { height ?: string } > `
55 width: auto;
66 height: 100%;
7- max-height: 13px ;
7+ max-height: 11px ;
88 margin: 0 2px;
99 overflow: visible;
1010 stroke-width: 2;
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export const BugPreview = ({
7474
7575 const GridWrapper = styled . div `
7676 display: grid;
77- grid-template-columns: 1fr 1fr ;
77+ grid-template-columns: 50% 50% ;
7878 column-gap: ${ ( { theme } ) => theme . space . sm } ;
7979 ` ;
8080
@@ -86,8 +86,8 @@ export const BugPreview = ({
8686 < BugMeta bug = { bug } />
8787 < AnchorButtons bug = { bug } scrollerBoxId = { scrollerBoxId } />
8888 < GridWrapper >
89- < BugPriority bug = { bug } />
9089 < BugStateDropdown bug = { bug } />
90+ < BugPriority bug = { bug } />
9191 </ GridWrapper >
9292 < BugDescription bug = { bug } />
9393 { media && media . length ? < BugAttachments bug = { bug } /> : null }
You can’t perform that action at this time.
0 commit comments