MDL-40705 theme_bootstrapbase: Handling of long words in block content

This commit is contained in:
Frederic Massart
2014-01-06 15:43:26 +01:00
parent bbb291b7b7
commit f802fe7d7f
3 changed files with 14 additions and 6 deletions
+8 -5
View File
@@ -39,11 +39,14 @@
width:auto;
}
.block .content {
padding: 4px 14px;
}
.block .content hr {
margin: 5px 0;
.block {
.content {
padding: 4px 14px;
word-wrap: break-word;
hr {
margin: 5px 0;
}
}
}
.block.hidden .content {
File diff suppressed because one or more lines are too long