Changeset - ed783f8d4562
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-29 01:31:02
dominikruf@gmail.com
less: remove dt_repo no-wrap - wrapping of repo names is actually useful on small screens
2 files changed with 0 insertions and 8 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -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;
 
}
kallithea/public/less/style.less
Show inline comments
 
@@ -138,10 +138,6 @@ table.changesets {
 
.form-group > label {
 
  float: left;
 
}
 
.dt_repo {
 
  white-space: nowrap;
 
  color: #577632;
 
}
 
.dt_repo_pending {
 
  opacity: 0.5;
 
}
0 comments (0 inline, 0 general)