1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Remove flexbox css for print media

This commit is contained in:
Harvey Kandola 2018-06-09 18:18:21 +01:00
parent acdf2025ab
commit d88adef5b5
8 changed files with 697 additions and 686 deletions

View file

@ -32,6 +32,6 @@ export default Route.extend(AuthenticatedRouteMixin, {
},
activate() {
this.get('browser').setTitle('License');
this.get('browser').setTitle('Product Licensing & Updates');
}
});