EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: kingor2001 on July 07, 2019, 09:23:40 PM



Title: How to set a tag's minHeight and MinWidth?
Post by: kingor2001 on July 07, 2019, 09:23:40 PM
How to set a tag's minHeight and MinWidth?


Title: Re: How to set a tag's minHeight and MinWidth?
Post by: jarry 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>