Skip to content

Commit

Permalink
Prevent text overflow on buttons, fixes #106
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Macfarlane committed Aug 6, 2018
1 parent 7e5d9d9 commit a80a4f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions preview-src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ body button {
padding: 4px 8px;
line-height: 18px;
height: 28px;
white-space: nowrap;
}

button:hover:enabled, button:focus:enabled {
Expand Down

0 comments on commit a80a4f9

Please sign in to comment.