Skip to content

Commit 2338eb3

Browse files
committed
fix: allow filter chip labels to wrap text
Ticket: None Changelog: None Signed-off-by: Michael Clelland <michael.clelland@mender.io>
1 parent 4e17780 commit 2338eb3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/js/components/devices/authorized-devices.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ const useStyles = makeStyles()(theme => ({
6767
[`.filter-list > .MuiChip-root`]: {
6868
marginBottom: theme.spacing()
6969
},
70+
[`.filter-list > .MuiChip-root > .MuiChip-label`]: {
71+
whiteSpace: 'normal'
72+
},
7073
['&.filter-header']: {
7174
overflow: 'hidden',
7275
zIndex: 2

0 commit comments

Comments
 (0)