Fix styling of the empty content view

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-07-31 22:10:16 +02:00
parent 6372da87e9
commit ba0a482109
2 changed files with 33 additions and 22 deletions

View File

@@ -32,5 +32,5 @@ const config = {
}
};
module.exports = merge(config, webpackConfig)
module.exports = merge(webpackConfig, config)