Fixed: Set min-width for Actions Column in Index

This commit is contained in:
Qstick 2019-08-04 22:17:59 -04:00
parent b6276600ce
commit 0491358b72
1 changed files with 2 additions and 1 deletions

View File

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