mirror of
https://github.com/go-gitea/gitea
synced 2025-08-01 23:28:36 +00:00
Fix code overflow (#6914)
This commit is contained in:
committed by
techknowlogick
parent
e55c874dd2
commit
95d3d42c5f
@@ -65,4 +65,10 @@
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
code,
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user