/* Отмена переносов */
.type-attachment .entry-title,
.author-description,
.widget,
.entry-content,
.entry-summary,
.page-content,
.comment-content,
code,
kbd,
tt,
var,
samp,
pre,
blockquote,
q, h1, h2, h3, h4, h5 {
word-break: normal;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
/* Отмена переносов */