You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

help.css 192B

12345678910111213141516
  1. .help-includes {
  2. overflow: hidden !important;
  3. }
  4. .help-list__text {
  5. margin-left: 24px;
  6. }
  7. .help-iframe {
  8. width: 100%;
  9. height: 100%;
  10. margin: 0;
  11. padding: 0;
  12. border: 0;
  13. overflow: auto;
  14. }