ja_JP: Fix truncated column headers on multi-edit

This commit is contained in:
Brian Federle 2014-12-09 12:24:06 -08:00
parent c4d383786f
commit 2feef1722d

View File

@ -78,3 +78,6 @@ table thead th.quick-view {
font-size: 8px;
}
.detail-view .multi-edit table tr th, .detail-view .multi-edit table tr td {
font-size: 8px;
}