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:
parent
7ae59567a2
commit
ec540294a1
5 changed files with 25 additions and 11 deletions
|
@ -364,10 +364,13 @@
|
|||
padding: 0 !important;
|
||||
li {
|
||||
display: block;
|
||||
padding: 0 .25em;
|
||||
width: 100%;
|
||||
&.active {
|
||||
background: #ffffdd;
|
||||
}
|
||||
&:before {
|
||||
content: ' ';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue