Skip to content

Commit

Permalink
fix: update style for higlighted text during search (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanho committed Mar 23, 2023
1 parent b4fbaa8 commit e7b1cc7
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ const RowColRoot = styled('div', {
},
},

[`& .${classes.checkboxLabel} .${classes.labelText}`]: {
width: 'auto',
},

[`& .${classes.checkboxLabel} .${classes.labelText}.${classes.highlighted}`]: {
width: 'auto',
},

// The icons container holding tick and lock, shown inside fields.
[`& .${classes.icon}`]: {
display: 'flex',
Expand Down

0 comments on commit e7b1cc7

Please sign in to comment.