diff options
author | Kjell Kvinge <kjell@kvinge.biz> | 2017-01-22 13:10:01 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-01-22 20:10:01 +0800 |
commit | f9a3aa87370ae432a1db6a57af939bd672353156 (patch) | |
tree | 6dd30c3c169d9fb37388aaf77d52c4d2ca421d67 /templates/repo/graph.tmpl | |
parent | f8c2903484f0db71b9d2ca29f67a38cb7d738699 (diff) | |
download | gitea-f9a3aa87370ae432a1db6a57af939bd672353156.tar.gz gitea-f9a3aa87370ae432a1db6a57af939bd672353156.zip |
add scroolbars to wide graphs. (#608)
* Add scrollbars to graph and revlist if needed.
* Add border
Diffstat (limited to 'templates/repo/graph.tmpl')
-rw-r--r-- | templates/repo/graph.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/graph.tmpl b/templates/repo/graph.tmpl index 622234cdea..28d6a4661a 100644 --- a/templates/repo/graph.tmpl +++ b/templates/repo/graph.tmpl @@ -4,7 +4,7 @@ <div class="ui container"> - <div id="git-graph-container"> + <div id="git-graph-container" class="ui segment"> <div id="rel-container"> <canvas id="graph-canvas"> <ul id="graph-raw-list"> |