Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #504 from mozilla/fix-japanese-browse-btn
Browse files Browse the repository at this point in the history
fix japanese browse button
  • Loading branch information
dannycoates authored Aug 11, 2017
2 parents 718f428 + fb468bd commit 0f7b19c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,13 @@ a {
border-radius: 5px;
font-size: 15px;
color: #fff;
width: 240px;
min-width: 240px;
height: 44px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
padding: 0 10px;
}

#browse:hover {
Expand Down

0 comments on commit 0f7b19c

Please sign in to comment.