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; }