Browse Source

ref(ui): Consistent filter bar gaps (#30490)

Evan Purkhiser 3 years ago
parent
commit
51e48bac70
1 changed files with 2 additions and 2 deletions
  1. 2 2
      static/app/views/releases/list/index.tsx

+ 2 - 2
static/app/views/releases/list/index.tsx

@@ -628,7 +628,7 @@ const DropdownsWrapper = styled('div')`
 
     & > * {
       margin-top: ${space(0)};
-      margin-left: ${space(2)};
+      margin-left: ${space(1)};
     }
 
     & > *:nth-child(1) {
@@ -645,7 +645,7 @@ const DropdownsWrapper = styled('div')`
     margin-top: ${space(0)};
 
     & > * {
-      margin-left: ${space(2)} !important;
+      margin-left: ${space(1)} !important;
     }
 
     display: grid;