mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
fix: max-width in admin panel
This commit is contained in:
@ -1,8 +1,3 @@
|
||||
.emailConfig {
|
||||
// padding: 24px;
|
||||
max-width: 1200px;
|
||||
}
|
||||
|
||||
.loading {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
.expiration {
|
||||
max-width: 1200px;
|
||||
}
|
||||
|
||||
.loading {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
@ -1,8 +1,3 @@
|
||||
.fileLimits {
|
||||
// padding: 24px;
|
||||
max-width: 1200px;
|
||||
}
|
||||
|
||||
.loading {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
@ -1,9 +1,3 @@
|
||||
.requestFiltering {
|
||||
// padding: 24px;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.loading {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user