EasyUI Forum
July 26, 2024, 10:36:32 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: How to set a tag's minHeight and MinWidth?  (Read 2840 times)
kingor2001
Jr. Member
**
Posts: 61


View Profile
« on: July 07, 2019, 09:23:40 PM »

How to set a tag's minHeight and MinWidth?
Logged
jarry
Administrator
Hero Member
*****
Posts: 2269


View Profile Email
« Reply #1 on: July 08, 2019, 08:16:42 AM »

Please override this CSS style to set the tag's height.
Code:
<style type="text/css">
.tagbox.textbox .textbox-text{
height: 38px;
line-height: 38px;
}
</style>
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!