how i fix specific region Report-cell padding change
APEX 5.1.2
when use this
.t-Report-cell {
padding: 15px 12px;
transition: background-color: rgb(21, 221, 221);
font-size: 1.3rem;
}
then all region padding are big

when remove it then all region padding are small

how i fix for specific region Report-cell padding change