/*
 * OLM Gutenberg Additions
 *
 * @package OLM_Gutenberg_Additions
 * @author Only Light Matters
 *
 * @link https://github.com/onlylightmatters/olm-gutenberg-additions
 *
 * @license GPL-2.0-or-later
 */
 
/*
 * CSS Paragraph block customizations
 */

/* Gutenberg editor */
.editor-styles-wrapper .has-text-align-justify {
	text-align: justify;
	hyphens: auto;
}

/* Frontend content */
.has-text-align-justify {
	text-align: justify;
	hyphens: auto;
}