EasyUI Forum
May 04, 2024, 05:52:51 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: combobox can not display a empty text item  (Read 13007 times)
l3917055
Newbie
*
Posts: 11


View Profile Email
« on: October 15, 2012, 11:30:33 PM »

.combobox-item{
   padding:2px;
   font-size:12px;
   padding:3px;
   padding-right:0px;
}

if I has a item with empty text,this item's height is 0;
 please add   min-height:18px;



.combobox-item{
        min-height:18px;
   padding:2px;
   font-size:12px;
   padding:3px;
   padding-right:0px;
}
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!