• Resolved worthywow

    (@worthywow)


    Hi!

    I’ve searched the documentation and forum but couldn’t find how and if you can change the height of the rows in the list view?

    Is this possible?

    Thanks!

    Richard

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter worthywow

    (@worthywow)

    I did a bit of reverse engineering using the inspect function to find the classes and got this to work – might not be the most elegant solution but works for me !

    .fc-list-heading {
    		line-height: 10px !important;
            white-space: nowrap !important; 
            overflow: hidden !important;
    }
    
    td.fc-widget-header {
            font-size:14px !important;
    }
    
    tr.fc-list-item {
    	line-height: 10px !important;
            font-size:14px !important;
            white-space: nowrap !important; 
            overflow: hidden !important;
    }
    Plugin Author michielve

    (@michielve)

    Hi,
    Good to see you found a solution and thanks for posting it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘List view row height’ is closed to new replies.