Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
deb66180
Commit
deb66180
authored
Nov 26, 2015
by
Aaron Wells
Committed by
Gerrit Code Review
Nov 26, 2015
Browse files
Merge "Bug 1506685: Allowing text to not flow outside a block"
parents
95a18c7b
30fef8dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/sass/layout/_columns.scss
View file @
deb66180
...
...
@@ -13,6 +13,7 @@ $columns: 8; //up to 8
.column-content
{
min-height
:
50px
;
word-wrap
:
break-word
;
}
.col-row
,
...
...
@@ -26,9 +27,7 @@ $columns: 8; //up to 8
}
.column
{
-ms-word-break
:
break-all
;
word-break
:
break-all
;
word-break
:
break-word
;
word-wrap
:
break-word
;
vertical-align
:
top
;
float
:
left
;
margin
:
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment