Merge pull request #504 from mozilla/fix-japanese-browse-btn

fix japanese browse button
This commit is contained in:
Danny Coates 2017-08-11 08:37:34 -07:00 committed by GitHub
commit 0f7b19c385

View File

@ -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 {