Row height CSS

QuestionsRow height CSS
Mox asked 3 years ago

I have tried to add this CSS for changing row height, but it doesn\’t work. .ui-jqgrid tr.jqgrow td { height:20px; }   Why?

3 Answers
Abu Ghufran Staff answered 3 years ago

Perhaps it’s overridden by some other included css.

Try using !important. e.g.

.ui-jqgrid tr.jqgrow td { height:20px !important; }

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Mox answered 3 years ago

It works when I set higher value, for example 30px, but it’s not working for 20px.

Abu Ghufran Staff answered 3 years ago

It’s already 20px in demos. You can decrease it further to 16px but not below because of row icons on last columns. See attached image.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

6 + 6 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?