Hamburger SchulCMS
Support-Portal

Wie unterbinde ich die automatische Silbentrennung?

/* automatische Silbentrennung ausschalten */

.entry-content,
.entry-summary,
.page-content {
-webkit-hyphens: none;
-moz-hyphens:    none;
-ms-hyphens:     none;
hyphens:         none;
word-wrap: normal;
}
 
.nav-links {
-webkit-hyphens: none;
-moz-hyphens:    none;
-ms-hyphens:     none;
border-top: 1px solid rgba(0, 0, 0, 0.1);
hyphens:         none;
word-wrap: normal;
}
 
.comment-content {
-webkit-hyphens: none;
-moz-hyphens:    none;
-ms-hyphens:     none;
hyphens:         none;
word-wrap: normal;
}
 
.widget {
font-size: 14px;
-webkit-hyphens: none;
-moz-hyphens:    none;
-ms-hyphens:     none;
hyphens:         none;
line-height: 1.2857142857;
margin-bottom: 48px;
width: 100%;
word-wrap: normal;
}
 
/* Ende automatische Silbentrennung ausschalten */
Haben Sie Fragen? Anfrage einreichen

0 Kommentare

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.