visualsubnetcalc
visualsubnetcalc copied to clipboard
Print view
I wanted to print a created subnet list, but there are some page elements which are not needed on a printout and take up vertical space.
Bootstrap 5 has classes that let you hide elements on printing. The relevant class is .d-print-none which could be added to every element, which is not needed upon printing.
If you are interested I can create a pull request with suggested spots to add that class.
I vote you add this. I'd probably use it to. I also added issue #45 which is somewhat related.