Revert "Fix wrapping long code lines in UI" (#6074)

This reverts commit e5cd80e0219f10818f43e8cab6b9c814cb1cd796.

Fixes: https://github.com/go-gitea/gitea/issues/6064
This commit is contained in:
silverwind
2019-02-15 08:23:20 +01:00
committed by techknowlogick
parent 7ae59567a2
commit ec540294a1
5 changed files with 25 additions and 11 deletions
+4 -1
View File
@@ -364,10 +364,13 @@
padding: 0 !important;
li {
display: block;
padding: 0 .25em;
width: 100%;
&.active {
background: #ffffdd;
}
&:before {
content: ' ';
}
}
}
}