mirror of https://github.com/apache/cloudstack.git
Fix wrapping issues for ja_JP
This commit is contained in:
parent
ac00ab0087
commit
8ec0190eee
|
|
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue