mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
DashBoard : Allow up to 5 widgets side by side
Signed-off-by: Jérôme Herbinet <j.herbinet@protonmail.ch> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
parent
8c7a35cc78
commit
b5d8fc9666
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