mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Fix management job column width issues
This commit is contained in:
parent
fe850c247f
commit
774a4e32cc
@ -11,7 +11,11 @@
|
||||
align-items: baseline;
|
||||
margin-top: 20px;
|
||||
margin-right: 20px;
|
||||
width: 32%;
|
||||
width: ~"calc(33.3% - 14px)";
|
||||
}
|
||||
|
||||
.MgmtCards-card:nth-child(3n) {
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.MgmtCards-card--selected {
|
||||
@ -92,6 +96,14 @@
|
||||
.MgmtCards-card {
|
||||
width: ~"calc(50% - 10px)";
|
||||
}
|
||||
|
||||
.MgmtCards-card:nth-child(2n) {
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.MgmtCards-card:nth-child(3n) {
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
#prompt-for-days-facts, #prompt-for-days {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user