HEX
Server: Apache/2.4.68 (Debian)
System: Linux as-cs-widget-demo-us-central1 6.1.0-44-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
User: root (0)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/wp-recipe-maker/assets/css/shortcodes/_spacer.scss
.wprm-spacer {
    display: block !important;
    background: none !important;
    font-size: 0;
    line-height: 0;

    width: 100%;
    height: 10px;
}

// Hide consecutive spacers.
.wprm-spacer + .wprm-spacer {
    display: none !important;
}
// But not in text using the clean_paragraphs function.
.wprm-recipe-summary,
.wprm-recipe-instruction-text,
.wprm-recipe-notes { 
    .wprm-spacer {
        display: block !important;
    }
}