1
0
Fork 0
forked from forgejo/forgejo

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

This reverts commit e5cd80e021.

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

View file

@ -364,10 +364,13 @@
padding: 0 !important;
li {
display: block;
padding: 0 .25em;
width: 100%;
&.active {
background: #ffffdd;
}
&:before {
content: ' ';
}
}
}
}