Fixed: Set min-width for Actions Column in Index

This commit is contained in:
Qstick 2019-08-04 22:17:59 -04:00
commit 0491358b72

View file

@ -130,7 +130,8 @@
.actions { .actions {
composes: cell; composes: cell;
flex: 0 0 90px; flex: 0 1 90px;
min-width: 60px;
} }
.checkInput { .checkInput {