Skip to content

Commit

Permalink
BB-426: fix text overflow on buttons on small screens (#378)
Browse files Browse the repository at this point in the history
* fixed text overflow on add edition page

* Revert "fixed text overflow on add edition page"

This reverts commit 45e3b9c.

* fixed the text overflow bug

* fixed the text overflow bug
  • Loading branch information
endurance21 committed Mar 13, 2020
1 parent a981474 commit 5483c2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/client/stylesheets/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -409,3 +409,7 @@ hr.wide {
margin-left: 0.2em;
}
}

.btn{
white-space: normal;
}

0 comments on commit 5483c2f

Please sign in to comment.