Skip to content

Commit 02c7c1a

Browse files
committed
CLOUDSTACK-4061: Fix wrapping text with ja ui
1 parent 6ea4e73 commit 02c7c1a

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

ui/css/cloudstack3.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ table thead th.quick-view {
214214
width: 58px !important;
215215
height: 14px !important;
216216
text-indent: 2px;
217+
white-space: nowrap;
217218
}
218219

219220
table tbody td.quick-view {

ui/css/cloudstack3.ja.css

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*[fmt]1C20-1C0D-E*/
12
/*
23
* Licensed to the Apache Software Foundation (ASF) under one
34
* or more contributor license agreements. See the NOTICE file
@@ -6,17 +7,16 @@
67
* to you under the Apache License, Version 2.0 (the
78
* "License"); you may not use this file except in compliance
89
* with the License. You may obtain a copy of the License at
9-
*
10+
*
1011
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12+
*
1213
* Unless required by applicable law or agreed to in writing,
1314
* software distributed under the License is distributed on an
1415
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1516
* KIND, either express or implied. See the License for the
1617
* specific language governing permissions and limitations
1718
* under the License.
1819
*/
19-
/*[fmt]1C20-1C0D-E*/
2020
#header div.view-switcher {
2121
font-size: 9px;
2222
}
@@ -50,3 +50,17 @@ div.toolbar div.filters select {
5050
font-size: 11px;
5151
}
5252

53+
div.toolbar div.button.add,
54+
div.toolbar div.button.refresh,
55+
div.toolbar div.button.add,
56+
div.toolbar div.button.main-action,
57+
.toolbar div.button.header-action,
58+
.detail-group .button.add {
59+
font-size: 10px;
60+
}
61+
62+
table tbody td.quick-view,
63+
table thead th.quick-view {
64+
font-size: 8px;
65+
}
66+

0 commit comments

Comments
 (0)