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