# give/4.16.9/src/MultiFormGoals/resources/css/editor.scss

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.9. 13 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/MultiFormGoals/resources/css/editor.scss
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/MultiFormGoals/resources/css/editor.scss
- Modified: 2021-11-23T23:55:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.16.9/code/src/MultiFormGoals/resources/css/editor.scss#L10-L20`.

```scss
// This file used for styles specific to the Totals block, as displayed in the block editor

[data-type='give/multi-form-goal'] {
    [data-type='give/progress-bar'] {
        margin: 0 !important;
        max-width: 100% !important;
    }
    [data-type='core/media-text'] {
        margin: 24px !important;
        max-width: 100% !important;
    }
}

```
