[Kimchi-devel] [PATCH 2/2] but fix: show the content of combobox and filterselect in storage add page

Aline Manera alinefm at linux.vnet.ibm.com
Tue Mar 25 19:14:51 UTC 2014


Reviewed-by: Aline Manera <alinefm at linux.vnet.ibm.com>

On 03/24/2014 06:31 AM, shaohef at linux.vnet.ibm.com wrote:
> From: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
>
> On firefox 27, the content of combobox and filterselect will hide.
>
> a similar problem on issue.
> https://github.com/kimchi-project/kimchi/issues/335
>
> Signed-off-by: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> Signed-off-by: Hongliang Wang <hlwang at linux.vnet.ibm.com>
> ---
>   ui/css/theme-default/storage.css | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/ui/css/theme-default/storage.css b/ui/css/theme-default/storage.css
> index db3a62b..1139bd8 100644
> --- a/ui/css/theme-default/storage.css
> +++ b/ui/css/theme-default/storage.css
> @@ -578,3 +578,7 @@
>   .storage-auth-width {
>       width: 150px;
>   }
> +
> +.storage-window .form-section .field {
> +    overflow: visible;
> +}




More information about the Kimchi-devel mailing list