I'm using APEX 18.2. I've report region with standard template, but could not find way to add icon before region title. So, tried adding the following just before the region title, but the icon does not align properly with region title. any ideas are appreciated, thanks
<span aria-hidden="true" class="fa fa-calendar-clock"></span>
the region header height is also limited with size below in my app..
.t-Region-header {
line-height: .01rem !important;
}