[#3372] fixed Admin UI listing error on invalid record relation

This commit is contained in:
Gani Georgiev
2023-09-22 18:19:05 +03:00
parent f605521208
commit 92731ddd50
37 changed files with 111 additions and 90 deletions
+1 -1
View File
@@ -399,7 +399,7 @@ a,
min-width: 0;
gap: 10px;
}
@for $i from 0 through 6 {
@for $i from 0 through 10 {
.flex-order-#{$i} {
order: $i;
}