mirror of https://github.com/apache/cloudstack.git
ja_JP: Fix truncated column headers on multi-edit
This commit is contained in:
parent
c4d383786f
commit
2feef1722d
|
|
@ -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;
|
||||
}
|
||||
Loading…
Reference in New Issue