Skip to content

Commit

Permalink
fix(listview): add nowrap to view mode container (#18246)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Feb 4, 2022
1 parent 1c2936b commit 8b0634c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/components/ListView/ListView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8b0634c

Please sign in to comment.