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:
committed by
techknowlogick
parent
7ae59567a2
commit
ec540294a1
@ -364,10 +364,13 @@
|
||||
padding: 0 !important;
|
||||
li {
|
||||
display: block;
|
||||
padding: 0 .25em;
|
||||
width: 100%;
|
||||
&.active {
|
||||
background: #ffffdd;
|
||||
}
|
||||
&:before {
|
||||
content: ' ';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user