Skip to content

Commit

Permalink
(css) Fix CSS when printing msg in popup window
Browse files Browse the repository at this point in the history
Fixes #4674
  • Loading branch information
cgx committed Feb 26, 2019
1 parent 42e9d23 commit 9ebd728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Expand Up @@ -4,6 +4,7 @@
Bug fixes
- [web] date validator now handles non-latin characters
- [web] show the "reply all" button in more situations
- [web] fixed CSS when printing message in popup window (#4674)

4.0.6 (2019-02-21)
------------------
Expand Down
3 changes: 2 additions & 1 deletion UI/WebServerResources/scss/core/print.scss
Expand Up @@ -47,8 +47,8 @@
md-autocomplete,
md-sidenav,
md-card-actions,
md-fab-speed-dial,
md-backdrop,
.md-fab,
.md-scroll-mask,
.md-dialog-container,
.md-open-menu-container,
Expand All @@ -75,6 +75,7 @@

// Content must be visible to be printed on multiple pages
main,
body.popup .view-detail,
section,
md-content,
md-card,
Expand Down

0 comments on commit 9ebd728

Please sign in to comment.