mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 06:51:10 +03:00
Merge pull request #3574 from AlexSCorey/265-JTLaunchResponsivness
Wraps launch template buttons Reviewed-by: Alex Corey <Alex.swansboro@gmail.com> https://github.com/AlexSCorey
This commit is contained in:
commit
15b80cdb1a
@ -1,5 +1,6 @@
|
||||
.Prompt .modal-dialog {
|
||||
width: 700px;
|
||||
max-width: calc(100vw - 10px);
|
||||
width: 700px
|
||||
}
|
||||
.Prompt-step {
|
||||
margin-top: 20px;
|
||||
@ -7,6 +8,7 @@
|
||||
.Prompt-footer {
|
||||
display: flex;
|
||||
flex: 0 0 auto;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 15px;
|
||||
justify-content: flex-end;
|
||||
align-items: flex-end;
|
||||
@ -20,6 +22,7 @@
|
||||
height: 30px;
|
||||
padding-left:15px;
|
||||
padding-right: 15px;
|
||||
margin: 10px 0;
|
||||
min-width: 85px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
@ -41,6 +44,7 @@
|
||||
border: 1px solid @btn-bord;
|
||||
padding-left:15px;
|
||||
padding-right: 15px;
|
||||
margin: 10px 0;
|
||||
height: 30px;
|
||||
min-width: 85px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user