Merge pull request #4756 from AlexSCorey/4744-JobSchedulers

fixes grid so action buttons stay in view

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-09-16 22:06:58 +00:00
committed by GitHub

View File

@@ -65,7 +65,7 @@ export default ['i18n', function(i18n) {
fieldActions: {
columnClass: 'col-xl-3 col-lg-3 col-md-4 col-sm-5',
columnClass: 'col-xl-3 col-lg-3 col-md-2 col-sm-5',
"edit": {
mode: "all",
ngClick: "editSchedule(schedule)",