From 2feef1722df9601530b86c4bd3a5bf0ea9f6d529 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 9 Dec 2014 12:24:06 -0800 Subject: [PATCH] ja_JP: Fix truncated column headers on multi-edit --- ui/css/cloudstack3.ja_JP.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/css/cloudstack3.ja_JP.css b/ui/css/cloudstack3.ja_JP.css index 65d5248f9c7..c4164d92970 100644 --- a/ui/css/cloudstack3.ja_JP.css +++ b/ui/css/cloudstack3.ja_JP.css @@ -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; +} \ No newline at end of file