Hello,

I noticed when file name in repository contains "-", it will sometimes wrap into two lines in file browser. Can we add some CSS into themes to avoid this?

Specifically, add "white-space" property to "ul.browser":

  ul.browser {
    ...
    white-space: nowrap;
  }


Here are screenshots showing before and after:
http://imgur.com/a/Ei8DO

(I can commit this change if there are no objections.)

Thanks!

--
Dmitry Chestnykh
http://www.codingrobots.com
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to