laravel-debugbar icon indicating copy to clipboard operation
laravel-debugbar copied to clipboard

Wrong rendering of key-value lists

Open monkeyphysics opened this issue 9 months ago • 0 comments

Happens to me in both Chrome and Safari. This seems to be cause by the following CSS:

dl.phpdebugbar-widgets-kvlist dt {
    width: calc(25% - 10px);
}

dl.phpdebugbar-widgets-kvlist dd {
    margin-left: 25%;
}
Image

monkeyphysics avatar Feb 06 '25 12:02 monkeyphysics