fixes grid so action buttons stay in view

This commit is contained in:
Alex Corey 2019-09-16 16:27:10 -04:00
parent d3b413c125
commit ef4f1df9bb

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)",