Fix display of ellipsis in search fragments (#1896)

Display ellipsis as an indicator that there is more content before or behind a search result fragment only if there really is more content.
This commit is contained in:
Matthias Thieroff
2021-12-15 15:07:46 +01:00
committed by GitHub
parent 1118ddd146
commit 11673e6d07
11 changed files with 135 additions and 50 deletions

View File

@@ -140,6 +140,7 @@ module.exports = [
}
},
historyApiFallback: true,
host: "127.0.0.1",
port: 3000,
hot: true,
devMiddleware: {