CSS fix for #1578 part 2 - Change text direction from RTL to LTR, fixing issue where root drives would show up as '\C:'. Weird!

This commit is contained in:
Kate von Roeder
2013-11-20 13:47:40 -08:00
parent 185cb0196a
commit 99947fb135

View File

@@ -1036,7 +1036,7 @@
text-overflow: ellipsis;
overflow: hidden;
width: 85%;
direction: rtl;
direction: ltr;
vertical-align: middle;
}