Skip to content

Commit 0718804

Browse files
authored
Merge pull request barryvdh#543 from boynet/master
fixing display in RTL languages
2 parents 8eb2af5 + 6019d61 commit 0718804

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Resources/laravel-debugbar.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
div.phpdebugbar {
22
font-size: 13px;
33
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
4+
direction: ltr;
5+
text-align: left;
46
}
57

68
div.phpdebugbar-resize-handle {

0 commit comments

Comments
 (0)