[Kimchi-devel] [PATCH] Bugfix: Kimchi: Better to list storage pool paths

Wen Wang wenwang at linux.vnet.ibm.com
Mon Feb 2 02:08:55 UTC 2015


Fix the defect that kimchi could not show the storage path properly when
it's too long.

Signed-off-by: Wen Wang <wenwang at 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




More information about the Kimchi-devel mailing list