Просмотр исходного кода

ref(ui): Fix alignment of 'show details' checkbox (#55163)

Before

![clipboard.png](https://i.imgur.com/28zT97e.png)

After

![clipboard.png](https://i.imgur.com/y66qLX0.png)
Evan Purkhiser 1 год назад
Родитель
Сommit
6bda6fd07d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      static/app/views/settings/projectDebugFiles/index.tsx

+ 1 - 0
static/app/views/settings/projectDebugFiles/index.tsx

@@ -262,6 +262,7 @@ const Filters = styled('div')`
 const Label = styled('label')`
   font-weight: normal;
   display: flex;
+  align-items: center;
   margin-bottom: 0;
   white-space: nowrap;
   gap: ${space(1)};