1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +01:00

Tweak openhandler css

Make longs url's overflow
This commit is contained in:
Barry vd. Heuvel 2014-08-27 10:30:06 +02:00
parent 5d08b31357
commit f0b9f1ab8f

View File

@ -43,13 +43,19 @@ div.phpdebugbar-openhandler {
}
div.phpdebugbar-openhandler table {
width: 100%;
table-layout: fixed;
font-size: 14px;
}
div.phpdebugbar-openhandler table td {
padding: 6px 3px;
text-align: center;
border-bottom: 1px solid #ddd;
}
div.phpdebugbar-openhandler table td a{
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
div.phpdebugbar-openhandler .phpdebugbar-openhandler-actions {
text-align: center;
padding: 7px 0;