Make Subscription Details visible in when printed
Problem
Recently, a customer provided a PDF print of their subscription page in order to provide their User numbers to customer success. The printed PDF does not contain the numbers. See further discussion in this Slack thread.
Proposal
These numbers are wrapped in a header elements which are not displayed when printed from the browser. See this line in print.scss https://gitlab.com/gitlab-org/gitlab/blob/master/app/assets/stylesheets/print.scss#L23-44
potential options
- remove
headerfrom that this of elements being hidden when printing. - add targeted css declaration to target this data to undo the
display: none !importantattribute.
