فهرست منبع

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;