Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
p {
width: 50px;
padding: 0 20px;
margin: 0;
word-break: keep-all;
text-align: center;
}
</style>
</head>
<body>
<h1>Button mit word-break</h1>
<button type="submit">
<p>Mein Buttons Beispiel</p>
</button>
</body>
</html>