From cc0a98262b1116e1bc4d4eed00fa43614eac1ddf Mon Sep 17 00:00:00 2001 From: Robert Azizbekyan <103438454+rAzizbekyan@users.noreply.github.com> Date: Mon, 27 Jun 2022 16:24:47 +0400 Subject: [PATCH] fixing alert close icon position (#2193) --- kafka-ui-react-app/src/components/Alerts/Alert.styled.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kafka-ui-react-app/src/components/Alerts/Alert.styled.ts b/kafka-ui-react-app/src/components/Alerts/Alert.styled.ts index 131fc92243..298f874903 100644 --- a/kafka-ui-react-app/src/components/Alerts/Alert.styled.ts +++ b/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;