You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TBH I don't see the value of referencing images from the root by using a ../../../ construct.
IMO they can just be referenced directly from the root which is why I change the path to that.
fixesDNNCommunity#128
Describe the bug
Radio buttons don't show up
To Reproduce
Steps to reproduce the behavior:
No radio button next to yes/no
Additional context
The path tot he Radio buttons is defined in _dnn.css:
I think this should either
../../../../../images/radiobutton.png
Or Simply
/images/radiobutton.png
The text was updated successfully, but these errors were encountered: