mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #34191 from Jerome-Herbinet/patch-7
DashBoard : Allow up to 5 widgets side by side
This commit is contained in:
commit
0431ad8a02
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue