Change input group width to auto

This commit is contained in:
Marliana Lara
2017-08-02 16:22:00 -04:00
parent e3f0246f4c
commit 26935528c3

View File

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