MDL-40705 theme_bootstrapbase: Handling of long words in block content
This commit is contained in:
@@ -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
Reference in New Issue
Block a user