add pagination for last cases lists

This commit is contained in:
smanylov
2026-04-23 12:55:21 +07:00
parent 86263bd235
commit cbbfb1c6ad
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -2579,7 +2579,7 @@
.violations-my-cases-section {
background: white;
border-radius: 20px;
padding: 32px;
padding: 32px 32px 16px;
margin-bottom: 24px;
box-shadow: 0 10px 40px rgba(99, 102, 241, 0.1);
max-width: calc(100vw - var(--side-bar-width) - 60px);