mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
fix(frontend): address the responsive issue on the integrations page (#13354)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user