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:
parent
85fc816102
commit
ff0d9a32cf
@ -9,6 +9,7 @@ div.phpdebugbar {
|
||||
z-index: 10000;
|
||||
font-size: 14px;
|
||||
color: #000;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* -------------------------------------- */
|
||||
|
Loading…
x
Reference in New Issue
Block a user