Merge pull request #34191 from Jerome-Herbinet/patch-7

DashBoard : Allow up to 5 widgets side by side
This commit is contained in:
Joas Schilling 2022-09-23 11:19:49 +02:00 committed by GitHub
commit 0431ad8a02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -441,7 +441,7 @@ export default {
.panels {
width: auto;
margin: auto;
max-width: 1500px;
max-width: 1800px;
display: flex;
justify-content: center;
flex-direction: row;