I'm using apex 5.1 and universal theme.
I specified the css below on a page and it works but it changes all the regions in a page. I only want to apply this to a specific region, thanks
.t-Region-headerItems--title {
text-align: left;
padding: .7rem .7rem;
}
Before the CSS

after the css

but the other region that does not have any buttons is too small
