mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
Merge pull request #161 from marshmalien/ux/fix/buttonWidth
Change input group width to auto
This commit is contained in:
commit
e1c9388831
@ -531,7 +531,7 @@ input[type='radio']:checked:before {
|
||||
|
||||
.input-group-btn {
|
||||
display: flex;
|
||||
width: 30px;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user