Merge pull request #161 from marshmalien/ux/fix/buttonWidth

Change input group width to auto
This commit is contained in:
Marliana Lara 2017-08-02 16:22:36 -04:00 committed by GitHub
commit e1c9388831

View File

@ -531,7 +531,7 @@ input[type='radio']:checked:before {
.input-group-btn {
display: flex;
width: 30px;
width: auto;
}
}