1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00

Added text-align:left

It's realistic (for example: fresh laravel installation with default inline style) that someone will globally align the text, but this will mess up the debugbar.
This commit is contained in:
ciruz 2013-10-15 09:39:40 +02:00
parent 85fc816102
commit ff0d9a32cf

View File

@ -9,6 +9,7 @@ div.phpdebugbar {
z-index: 10000;
font-size: 14px;
color: #000;
text-align: left;
}
/* -------------------------------------- */