MDL-30691 Adminstration: Added css to break long word in filter table

This commit is contained in:
Rajesh Taneja
2012-10-09 10:04:27 +08:00
parent a8ce9071c2
commit fb6f1a4d79
+4
View File
@@ -67,3 +67,7 @@
#page-admin-tool-customlang-index .continuebutton {
margin-top: 1em;
}
.path-admin-tool-customlang #translator .standard.master.cell.c2 {
word-break: break-all;
}