diff options
author | Unknwon <u@gogs.io> | 2016-01-15 18:00:39 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-01-15 18:00:39 +0800 |
commit | c631a4a9b988e63bd8b07dfdeee1f1d4b3ad7d45 (patch) | |
tree | 6a142a842cbe2d0fdf87ce79e52903aec30825c7 /public/less | |
parent | dccfadf7b80b0b59e28dd64f71560a3dd82a424c (diff) | |
download | gitea-c631a4a9b988e63bd8b07dfdeee1f1d4b3ad7d45.tar.gz gitea-c631a4a9b988e63bd8b07dfdeee1f1d4b3ad7d45.zip |
URL fix for #2287
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_dashboard.less | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less index f194dc1282..b5dff32d54 100644 --- a/public/less/_dashboard.less +++ b/public/less/_dashboard.less @@ -86,6 +86,13 @@ .commit-id { font-family: Consolas, monospace; } + code { + padding: 1px; + font-size: 85%; + background-color: rgba(0, 0, 0, 0.04); + border-radius: 3px; + word-break: break-all; + } } .list { |