
1 Feb
2015
1 Feb
'15
8:08 p.m.
Fix the defect that kimchi could not show the storage path properly when it's too long. Signed-off-by: Wen Wang <wenwang@linux.vnet.ibm.com> --- ui/css/theme-default/storage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/css/theme-default/storage.css b/ui/css/theme-default/storage.css index e0ab290..b6df3c2 100644 --- a/ui/css/theme-default/storage.css +++ b/ui/css/theme-default/storage.css @@ -50,7 +50,7 @@ .storage-text { font-size: 12px; - height: 18px; + min-height: 18px; padding: 10px; color: #999999; font-weight: bold; -- 2.1.0