浏览代码

fixing alert close icon position (#2193)

Robert Azizbekyan 3 年之前
父节点
当前提交
cc0a98262b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kafka-ui-react-app/src/components/Alerts/Alert.styled.ts

+ 1 - 1
kafka-ui-react-app/src/components/Alerts/Alert.styled.ts

@@ -9,7 +9,7 @@ export const Alert = styled.div<{ $type: AlertType }>`
   padding: 12px;
   display: flex;
   justify-content: space-between;
-  align-items: center;
+  align-items: baseline;
   filter: drop-shadow(0px 4px 16px ${({ theme }) => theme.alert.shadow});
   margin-top: 10px;
   line-height: 20px;