RED-9559: dashboard skeleton, empty state and stats have the same width.

This commit is contained in:
Nicoleta Panaghiu 2024-10-03 14:33:09 +03:00
parent b627b181e3
commit 6693933941
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@
.container {
padding: 32px;
width: 900px;
width: 1000px;
max-width: 100%;
box-sizing: border-box;
}

View File

@ -4,6 +4,7 @@
.container {
padding: 32px;
width: 1000px;
max-width: 100%;
box-sizing: border-box;
}