1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-25 10:41:55 +02:00

Overflow uri

This commit is contained in:
Barry vd. Heuvel
2024-03-19 15:59:51 +01:00
parent 010e5431d8
commit 8f33b4c161

View File

@@ -324,6 +324,9 @@ div.phpdebugbar-mini-design a.phpdebugbar-tab {
.phpdebugbar-widgets-dataset-history table td, .phpdebugbar-widgets-dataset-history table th {
padding: 6px 3px;
border-bottom: 1px solid #ddd;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.phpdebugbar-widgets-dataset-history table td a{
display: block;