fix(frontend): address the responsive issue on the integrations page (#13354)

This commit is contained in:
Hiep Le
2026-03-13 21:28:38 +07:00
committed by GitHub
parent 2c7b25ab1c
commit 9d82f97a82

View File

@@ -85,7 +85,10 @@ export function IntegrationRow({
: t(I18nKey.PROJECT_MANAGEMENT$CONFIGURE_BUTTON_LABEL);
return (
<div className="flex items-center justify-between" data-testid={dataTestId}>
<div
className="flex items-center justify-between flex-wrap gap-2"
data-testid={dataTestId}
>
<span className="font-medium">{platformName}</span>
<div className="flex items-center gap-6">
<ConfigureButton