dify/web/app/components/header/account-setting/index.module.css

6 lines
121 B
CSS
Raw Normal View History

2023-05-15 08:51:32 +08:00
.modal {
max-width: 1024px !important;
border-radius: 12px !important;
2023-05-15 08:51:32 +08:00
padding: 0 !important;
overflow-y: auto;
}