EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
February 12, 2025, 05:50:14 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
How to set a tag's minHeight and MinWidth?
Pages: [
1
]
« previous
next »
Print
Author
Topic: How to set a tag's minHeight and MinWidth? (Read 3286 times)
kingor2001
Jr. Member
Posts: 61
How to set a tag's minHeight and MinWidth?
«
on:
July 07, 2019, 09:23:40 PM »
How to set a tag's minHeight and MinWidth?
Logged
jarry
Administrator
Hero Member
Posts: 2283
Re: How to set a tag's minHeight and MinWidth?
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...