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

Rodrigo Trujillo rodrigo.trujillo at linux.vnet.ibm.com
Wed Feb 4 16:59:13 UTC 2015


Reviewed-by: Rodrigo Trujillo <rodrigo.trujillo at linux.vnet.ibm.com>

On 02/02/2015 12:08 AM, Wen Wang wrote:
> 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;




More information about the Kimchi-devel mailing list