diff --git a/src/css/stats.css b/src/css/stats.css index 7d35b895f..23ae170f5 100644 --- a/src/css/stats.css +++ b/src/css/stats.css @@ -61,6 +61,10 @@ tr.requestEntry td:nth-of-type(1) { tr.requestEntry td:nth-of-type(2) { text-align: right; } +tr.requestEntry td:nth-of-type(3), +tr.requestEntry td:nth-of-type(4) { + direction: ltr; + } tr.logBlocked { background-color: #fff8f8; }