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