Long sql code rows break the visual table
-
SQL code row styling issue.
Sometimes some extremely long queries from wp-options table break the visual readable table. We need something like:
#glbb-debug-bar code, #glbb-debug-bar pre { white-space: pre-wrap; } #glbb-debug-bar td, #glbb-debug-bar tr { flex-direction: column; }
Without this I have to scroll for a long time horizontally to find all other SQL queries. It’s just optimal which can be fixed with some CSS when there are edge cases of very long queries.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Long sql code rows break the visual table’ is closed to new replies.