Skip to content

Commit

Permalink
Merge pull request #1933 from hooklife/fix-word-wrap
Browse files Browse the repository at this point in the history
fix tooltip word wrap
  • Loading branch information
sosukesuzuki authored May 28, 2018
2 parents 98b09f7 + 5fd4824 commit 92cfa21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion browser/main/SideNav/PreferenceButton.styl
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ body[data-theme="dark"]
line-height normal
border-radius 2px
opacity 0
transition 0.1s
transition 0.1s
white-space nowrap
1 change: 1 addition & 0 deletions browser/main/SideNav/SwitchButton.styl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
border-radius 2px
opacity 0
transition 0.1s
white-space nowrap

body[data-theme="white"]
.non-active-button
Expand Down

0 comments on commit 92cfa21

Please sign in to comment.