Fixed: Set min-width for Actions Column in Index

pull/6/head
Qstick 5 years ago
parent b6276600ce
commit 0491358b72

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

Loading…
Cancel
Save