mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Improve suppressed diff boxes (#3193)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -9,6 +9,9 @@ body {
|
||||
img {
|
||||
border-radius: 3px;
|
||||
}
|
||||
.rounded {
|
||||
border-radius: .28571429rem !important;
|
||||
}
|
||||
pre, code {
|
||||
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||
&.raw {
|
||||
|
@@ -922,7 +922,7 @@
|
||||
}
|
||||
}
|
||||
.file {
|
||||
flex: 0 1 100%;
|
||||
flex: 1;
|
||||
color: #888;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
Reference in New Issue
Block a user