diff --git a/core/src/Authorization.html b/core/src/Authorization.html index cf55ac0f5c..b3ecc40cf4 100644 --- a/core/src/Authorization.html +++ b/core/src/Authorization.html @@ -329,5 +329,9 @@ overflow-y: auto; padding-left: 0.5rem; padding-right: 0.5rem; + /*TODO: check if FD Styles > 0.18.0 has fixed it*/ + .fd-list__title { + line-height: var(--sapContent_LineHeight, 1.4); + } }