Skip to content

Commit

Permalink
Resolves advance settings not being clickable (brave#7660)
Browse files Browse the repository at this point in the history
Resolves brave#7452

Auditors:
@bsclifton @cezaraugusto

Test Plan:
- go to about:preferences
- switch to Russian
- advance settings should always be clickable
  • Loading branch information
NejcZdovc authored and cezaraugusto committed Mar 12, 2017
1 parent 1fee0cd commit 3ad0f41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/renderer/components/preferences/helpfulHints.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ const styles = StyleSheet.create({

helpfulHints: {
cursor: 'default',
padding: '20px 0 0',
visibility: 'hidden',

'@media (min-height: 680px)': {
'@media (min-height: 700px)': {
position: 'absolute',
bottom: '0',
visibility: 'visible'
Expand Down

0 comments on commit 3ad0f41

Please sign in to comment.