style: don't let button oversize its container (#13216)

This commit is contained in:
Frédéric Péters 2016-09-19 08:45:08 +02:00
parent 166c31a161
commit c64df77a6e
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ div#fc-button-wrapper {
div#fc-button {
display: inline-block;
width: 300px;
box-sizing: border-box;
width: 320px;
max-width: 100%;
padding: 10px;
border: none;
border-radius: 5px;