0

Reduce row height in a grid [closed]

asked 2022-07-15 08:01:30 +0800

sebasfdz gravatar image sebasfdz
101

Hi, Im new to ZK enviroment and i just want to reduce the height of the rows in a grid to make it look good but i just can't seem to figure it out, I could really use some help. I've also never worked with CSS so this is all new for me so any help is greatly aprecciated. I just want to reduce the height of the rows and center the labels in each cell to look good.

Here's my style code (which i assume is where i can fix it but if not let me know pls):

    <style>
    .z-row-content .z-label {
    font-size: 11px;
    padding: 0;
    }
    .z-column-content{
    font-size: 11px;        
    padding: 0;
    }
    .z-row-content{
    padding: 0;
    }
</style>
<grid>.......</grid>

Here's how it looks so far:

delete flag offensive retag edit

The question has been closed for the following reason "duplicate question" by jeanher
close date 2022-07-15 09:22:47

Question tools

Follow

RSS

Stats

Asked: 2022-07-15 08:01:30 +0800

Seen: 1 times

Last updated: Jul 15 '22

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More