Skip to content

Debug toolbar table CSS classnames missing djdt prefix #903

Closed
@Brobin

Description

@Brobin

I had my own css class called .timeline and it conflicted with the SQL query timeline such that it overflowed the page. It took me quite a bit to find that the root cause was conflicting class names. Perhaps it should have a debug toolbar prefix like .djdt-timeline?

I noticed this is in place for some, but not all of the th classes. Adding it to .query and .timeline would probably be best for consistency.

<tr>
    <th class="djdt-color">&nbsp;</th>
    <th class="query" colspan="2">Query</th>
    <th class="timeline">Timeline</th>
    <th class="djdt-time">Time (ms)</th>
    <th class="djdt-actions">Action</th>
</tr>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions