integration_gitlab icon indicating copy to clipboard operation
integration_gitlab copied to clipboard

Dashboard main container size gets changed

Open bfbones opened this issue 4 years ago • 0 comments

Environment

Nextcloud 20.0.4 Vivaldi 3.5 / Fedora

Description

Using this addon the dashboard container size gets changed and its background accordingly. Content is missing in height and the design seems broken.

Screenshot

Screenshot_2021-02-09_14-43-40

Affected code

# css/dashboard.css
body {
        height: auto;
        min-height: 100%;
}

If this code gets simply removed it works just fine. This problem also exists for https://github.com/nextcloud/integration_github

bfbones avatar Feb 09 '21 13:02 bfbones