Padding error with system level extensions #548
Labels
problem/more information needed
Not enough information has been provide to diagnose this issue.
problem/stale
This has not had a response in some time
solution/invalid
This doesn't seem right
I'm developing a system level extension and I'm having an issue where there's a
sb-page-wrapper
class that has a padding of 230px that shifts my extension to the left as shown in this picture. I'd like to have my extension be able to use the space right next to the black nav bar on the left.There's also another div with style
.cd-layout--extension .cd-layout__content--sb-expanded
that haspadding-left: 230px
as well, which leads me to believe there's a bug where we're accidently applying the padding twice.The text was updated successfully, but these errors were encountered: