This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b0634c  fix(listview): add nowrap to view mode container (#18246)
8b0634c is described below

commit 8b0634c9edb2919a9e4d03ae81c700368ac0e371
Author: Ville Brofeldt <[email protected]>
AuthorDate: Fri Feb 4 07:42:10 2022 +0200

    fix(listview): add nowrap to view mode container (#18246)
---
 superset-frontend/src/components/ListView/ListView.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset-frontend/src/components/ListView/ListView.tsx 
b/superset-frontend/src/components/ListView/ListView.tsx
index afcbef3..401cbb8 100644
--- a/superset-frontend/src/components/ListView/ListView.tsx
+++ b/superset-frontend/src/components/ListView/ListView.tsx
@@ -136,6 +136,7 @@ const bulkSelectColumnConfig = {
 const ViewModeContainer = styled.div`
   padding-right: ${({ theme }) => theme.gridUnit * 4}px;
   margin-top: ${({ theme }) => theme.gridUnit * 5 + 1}px;
+  white-space: nowrap;
   display: inline-block;
 
   .toggle-button {

Reply via email to