Fixed: Set min-width for Actions Column in Index
This commit is contained in:
@@ -130,7 +130,8 @@
|
||||
.actions {
|
||||
composes: cell;
|
||||
|
||||
flex: 0 0 90px;
|
||||
flex: 0 1 90px;
|
||||
min-width: 60px;
|
||||
}
|
||||
|
||||
.checkInput {
|
||||
|
||||
Reference in New Issue
Block a user