1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

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;
}
}