Updated all sources modal width

refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
Djordje Vlaisavljevic 2022-09-29 16:23:01 +02:00
parent d811bd512f
commit d2d34b1418

View File

@ -5,6 +5,6 @@ export default class FullAttributionTable extends Component {
@service membersUtils;
static modalOptions = {
className: 'epm-modal fullscreen-modal-action fullscreen-modal-wider'
className: 'epm-modal fullscreen-modal-action fullscreen-modal-wide'
};
}