/*
Theme Name: Profile Atlas
Author: Rolly Bueno
Author URI: https://rollybueno.com/
Description: A portfolio and journal theme with Full Site Editing templates, block patterns, and fictional starter content.
Version: 1.0.1
Tested up to: 7.0
Requires at least: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: profile-atlas
Tags: portfolio, one-column, block-patterns, full-site-editing
*/

/* Main styles live in assets/css/main.css */

/* Block comments use .wp-block-comment-content; keep long pre/code inside the column. */
.pa-comments .wp-block-column {
	min-width: 0;
}

.wp-block-comment-content {
	overflow-wrap: anywhere;
	min-width: 0;
	max-width: 100%;
}

.wp-block-comment-content pre {
	overflow-x: auto;
	max-width: 100%;
}
