Skip to content

Commit

Permalink
correct word wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
alesdotio committed Jan 10, 2013
1 parent b9b7c79 commit a0e8c59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion djangocms_admin_style/sass/partials/_forms.scss
Expand Up @@ -5,7 +5,7 @@ form {
fieldset { vertical-align: middle; line-height: 2em; }
fieldset.collapsed h2 { background-image: none; border-bottom: none; margin-bottom: 0; padding-bottom: 5px; }
label {
word-break: break-all; color: $font-color-light; line-height: 18px; display: inline-block; /*min-width: 160px;*/
word-wrap: break-word; color: $font-color-light; line-height: 18px; display: inline-block; /*min-width: 160px;*/
&.required { font-weight: bold; }
}
// input
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0e8c59

Please sign in to comment.