diff options
author | Xaver Maierhofer <xaver.maierhofer@xwissen.info> | 2019-05-14 18:02:59 +0200 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-05-14 12:02:59 -0400 |
commit | 95d3d42c5fd51bcc64774841edad158f6e5ef60f (patch) | |
tree | 965b52b5bcad59fe35a67128fd975ba25a94899c /public/less | |
parent | e55c874dd2a6162a374a9fac46c55db57bd17c5f (diff) | |
download | gitea-95d3d42c5fd51bcc64774841edad158f6e5ef60f.tar.gz gitea-95d3d42c5fd51bcc64774841edad158f6e5ef60f.zip |
Fix code overflow (#6914)
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_admin.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/less/_admin.less b/public/less/_admin.less index af68a43dbd..0bd685142a 100644 --- a/public/less/_admin.less +++ b/public/less/_admin.less @@ -65,4 +65,10 @@ margin-left: 5px; } } + + code, + pre { + white-space: pre-wrap; + word-wrap: break-word; + } } |