Page 1 of 1

Button size in Datatable

Posted: 29 Aug 2018, 13:06
by ceechette
Good morning, I need to decrease the height of the buttons ONLY inside the table, any solution?

Re: Button size in Datatable

Posted: 29 Aug 2018, 13:12
by ceechette
Is correct?

Code: Select all

.ui-datatable table tbody .ui-button {
    height: 19px !important;
}

Re: Button size in Datatable

Posted: 30 Aug 2018, 12:43
by huseyinT
Yes, you could do it.