Skip to content

Commit

Permalink
Fix issue with hidden text in new user menu (#2142)
Browse files Browse the repository at this point in the history
  • Loading branch information
UlianaMunich authored Jul 14, 2021
1 parent 805a334 commit d713634
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/Authorization.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
</style>

0 comments on commit d713634

Please sign in to comment.