1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 09:07:19 +00:00

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