fix: max-width in admin panel

This commit is contained in:
PauI Ostrovckij
2025-09-12 19:16:30 +03:00
parent f8b267de65
commit 047b196c88
4 changed files with 0 additions and 20 deletions

View File

@ -1,8 +1,3 @@
.emailConfig {
// padding: 24px;
max-width: 1200px;
}
.loading {
display: flex;
justify-content: center;

View File

@ -1,7 +1,3 @@
.expiration {
max-width: 1200px;
}
.loading {
display: flex;
justify-content: center;

View File

@ -1,8 +1,3 @@
.fileLimits {
// padding: 24px;
max-width: 1200px;
}
.loading {
display: flex;
justify-content: center;

View File

@ -1,9 +1,3 @@
.requestFiltering {
// padding: 24px;
max-width: 1200px;
margin: 0 auto;
}
.loading {
display: flex;
justify-content: center;