Merge branch 'RED-9559' into 'master'

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

See merge request redactmanager/red-ui!598
This commit is contained in:
Dan Percic 2024-10-03 13:46:04 +02:00
commit d4a50efc38
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;
}