We were given the below style from a marketing firm who is redesigning our primary website. It is needed for other area's of the site but it breaks the styling within our RadTreeView. Without changing the below style how can we get our RadTreeView back to normal? I have attached what is happening when the style is applied.
.page-content li,
.page-content p,
.page-content ul {
font-size
:
1.1
rem
}
@media
screen
and (
min-width
:
40em
) {
.page-content li,
.page-content p,
.page-content ul {
font-size
:
1.5
rem
}
}