mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-03 03:55:58 +01:00
Add padding around repository readme content
It looks quite bad without padding.
This commit is contained in:
@@ -75,9 +75,9 @@
|
||||
</div>
|
||||
|
||||
@readme.map { content =>
|
||||
<div class="box">
|
||||
<div id="readme" class="box">
|
||||
<div class="box-header">README.md</div>
|
||||
<div class="box-content">@markdown(content, repository, false, false)</div>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user