Skip to content

Commit

Permalink
fixed text overflow on add edition page
Browse files Browse the repository at this point in the history
  • Loading branch information
endurance21 committed Feb 23, 2020
1 parent fe7961e commit 45e3b9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ function EditionSection({
<Button
block
bsStyle="primary"
id="existing-edition-group-search-button"
onClick={onEditionGroupButtonClick}
>
Click here to search for an existing one instead
Expand Down
7 changes: 7 additions & 0 deletions src/client/stylesheets/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -409,3 +409,10 @@ hr.wide {
margin-left: 0.2em;
}
}

@media only screen and (max-width: 451px){
#existing-edition-group-search-button{
font-size: calc(3px + 1.6vw);
padding: 6px 5px;
}
}

0 comments on commit 45e3b9c

Please sign in to comment.