fix(listview): add nowrap to view mode container (#18246)

This commit is contained in:
Ville Brofeldt 2022-02-04 07:42:10 +02:00 committed by GitHub
parent 1c2936ba7b
commit 8b0634c9ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {