Browse Source

ref(ui): Remove unnecessary box-sizing in IssueListActions (#37981)

Evan Purkhiser 2 years ago
parent
commit
8103575b75
1 changed files with 0 additions and 1 deletions
  1. 0 1
      static/app/views/issueList/actions/index.tsx

+ 0 - 1
static/app/views/issueList/actions/index.tsx

@@ -347,7 +347,6 @@ const Sticky = styled('div')`
 
 const StyledFlex = styled('div')`
   display: flex;
-  box-sizing: border-box;
   min-height: 45px;
   padding-top: ${space(1)};
   padding-bottom: ${space(1)};