# HG changeset patch # User domruf # Date 1509233462 -7200 # Node ID ed783f8d456203642f28eb43d149030d0cf8a71f # Parent 7f3486d1e084f0c91508d7b75b729f9adef625f9 less: remove dt_repo no-wrap - wrapping of repo names is actually useful on small screens diff -r 7f3486d1e084 -r ed783f8d4562 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Sun Oct 29 00:51:09 2017 +0200 +++ b/kallithea/public/css/style.css Sun Oct 29 01:31:02 2017 +0200 @@ -122,10 +122,6 @@ .form-group > label { float: left; } -.dt_repo { - white-space: nowrap; - color: #577632; -} .dt_repo_pending { opacity: 0.5; } diff -r 7f3486d1e084 -r ed783f8d4562 kallithea/public/less/style.less --- a/kallithea/public/less/style.less Sun Oct 29 00:51:09 2017 +0200 +++ b/kallithea/public/less/style.less Sun Oct 29 01:31:02 2017 +0200 @@ -138,10 +138,6 @@ .form-group > label { float: left; } -.dt_repo { - white-space: nowrap; - color: #577632; -} .dt_repo_pending { opacity: 0.5; }