mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09:43 +02:00
Remove flexbox css for print media
This commit is contained in:
parent
acdf2025ab
commit
d88adef5b5
8 changed files with 697 additions and 686 deletions
|
@ -14,7 +14,7 @@ import { inject as service } from '@ember/service';
|
|||
import Component from '@ember/component';
|
||||
|
||||
export default Component.extend({
|
||||
classNames: ['layout-footer'],
|
||||
classNames: ['layout-footer', 'non-printable'],
|
||||
tagName: 'footer',
|
||||
appMeta: service(),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue