From bc14b047cdc2b7db5deed68ac3b0cf39d119e447 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Tue, 15 Jun 2021 06:27:32 -0700 Subject: [PATCH] Fix database names being truncated Summary: Changelog: [Database] Fix database names not being readable in selection dropdowns Reviewed By: jknoxville Differential Revision: D29130379 fbshipit-source-id: 7212e6869efe5f501aa76e6836dad839319204fd --- desktop/plugins/public/databases/DatabasesPlugin.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/desktop/plugins/public/databases/DatabasesPlugin.tsx b/desktop/plugins/public/databases/DatabasesPlugin.tsx index b7354626c..8f47b1d52 100644 --- a/desktop/plugins/public/databases/DatabasesPlugin.tsx +++ b/desktop/plugins/public/databases/DatabasesPlugin.tsx @@ -664,16 +664,18 @@ export function Component() { Table
@@ -689,7 +691,8 @@ export function Component() {