Merge pull request #4769 from mabashian/4554-mgt-jobs-column

Fix management job column width issues

Reviewed-by: Michael Abashian
             https://github.com/mabashian
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-09-17 18:35:47 +00:00
committed by GitHub

View File

@@ -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 {