Add RTL Support
-
Just a minor fix that will save us countless seconds.
The problem is that the console inherits the CSSdirectionvalue from the body, where in fact it should always be LTR.Add to this plugin’s CSS:
#debug-bar-console { direction: ltr; }
The topic ‘Add RTL Support’ is closed to new replies.