Skip to content

Commit

Permalink
MDL-30691 Adminstration: Added css to break long word in filter table
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajesh Taneja committed Oct 9, 2012
1 parent 562dbe4 commit 8715a53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin/tool/customlang/styles.css
Expand Up @@ -67,3 +67,7 @@
#page-admin-tool-customlang-index .continuebutton { #page-admin-tool-customlang-index .continuebutton {
margin-top: 1em; margin-top: 1em;
} }

.path-admin-tool-customlang #translator .standard.master.cell.c2 {
word-break: break-all;
}

0 comments on commit 8715a53

Please sign in to comment.