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

This commit is contained in:
Rajesh Taneja 2012-10-05 11:47:14 +08:00
parent ccd90e765e
commit 19d69cc9a6

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;
}