Fix wrapping issues for ja_JP

This commit is contained in:
Brian Federle 2014-02-21 07:36:13 -08:00 committed by Brian Federle
parent ac00ab0087
commit 8ec0190eee
1 changed files with 10 additions and 0 deletions

View File

@ -57,6 +57,7 @@ div.toolbar div.button.main-action,
.toolbar div.button.header-action,
.detail-group .button.add {
font-size: 10px;
white-space: nowrap;
}
table tbody td.quick-view,
@ -64,3 +65,12 @@ table thead th.quick-view {
font-size: 8px;
}
.multi-wizard.instance-wizard .progress ul li span.multiline {
font-size: 9px;
}
.multi-wizard .review .select-container .select .name {
white-space: nowrap;
font-size: 10px;
}