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
Exactly in syntaxhighlighter style because it defines "width: 100% !important;" of this div.
As a result I get the div area and the padding exactly to the page size. That is not good because all other elements has normal padding and have some space between the right edge of the page and themself.
The problem can be solved if change width: 100% to auto. But the tag !important is not allowing to do this.
I also can't ovveride it with other CSS (including the style that can be added at the settings page) because CSS for syntaxhiglighter is enabled via JS and at the same late time.
What shall I do with this?
The text was updated successfully, but these errors were encountered:
The problem is in this tag:
Exactly in syntaxhighlighter style because it defines "width: 100% !important;" of this div.
As a result I get the div area and the padding exactly to the page size. That is not good because all other elements has normal padding and have some space between the right edge of the page and themself.
The problem can be solved if change width: 100% to auto. But the tag !important is not allowing to do this.
I also can't ovveride it with other CSS (including the style that can be added at the settings page) because CSS for syntaxhiglighter is enabled via JS and at the same late time.
What shall I do with this?
The text was updated successfully, but these errors were encountered: