From 6349ebe05d37c0066139bda3afc80374a4fb3534 Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 2 Aug 2021 14:29:28 -0700 Subject: [PATCH] Fixed plugin installer overflow (#2652) Summary: https://user-images.githubusercontent.com/33036510/127777930-34ede219-0fb9-4486-8f2e-3d73ff8cb84d.mov Content of plugin installer modal has no scroll and it is overflowing ## Changelog - Fixed PluginInstaller table overflow Pull Request resolved: https://github.com/facebook/flipper/pull/2652 Test Plan: The video, demonstrating how the problem was fixed: https://user-images.githubusercontent.com/33036510/127777930-34ede219-0fb9-4486-8f2e-3d73ff8cb84d.mov Reviewed By: passy Differential Revision: D30044703 Pulled By: cekkaewnumchai fbshipit-source-id: 6d00ef766aaa295cc43fd944ca3b849371192a79 --- .../chrome/plugin-manager/PluginInstaller.tsx | 1 + .../PluginInstaller.node.tsx.snap | 104 +++++++++--------- 2 files changed, 53 insertions(+), 52 deletions(-) diff --git a/desktop/app/src/chrome/plugin-manager/PluginInstaller.tsx b/desktop/app/src/chrome/plugin-manager/PluginInstaller.tsx index 8f46368f8..9bb63aaa1 100644 --- a/desktop/app/src/chrome/plugin-manager/PluginInstaller.tsx +++ b/desktop/app/src/chrome/plugin-manager/PluginInstaller.tsx @@ -118,6 +118,7 @@ const PluginInstaller = function ({ highlightedRows={new Set()} autoHeight={autoHeight} rows={rows} + horizontallyScrollable /> diff --git a/desktop/app/src/chrome/plugin-manager/__tests__/__snapshots__/PluginInstaller.node.tsx.snap b/desktop/app/src/chrome/plugin-manager/__tests__/__snapshots__/PluginInstaller.node.tsx.snap index b420e1a38..2c2cae04d 100644 --- a/desktop/app/src/chrome/plugin-manager/__tests__/__snapshots__/PluginInstaller.node.tsx.snap +++ b/desktop/app/src/chrome/plugin-manager/__tests__/__snapshots__/PluginInstaller.node.tsx.snap @@ -53,19 +53,19 @@ exports[`load PluginInstaller list 1`] = `