Fix bug when viewing the repo view in smaller browser windows
This commit is contained in:
parent
e7f98d991f
commit
57810ba36f
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@
|
|||
<!-- Content view -->
|
||||
<div class="repo-content" ng-show="currentTag.image_id || currentImage">
|
||||
<!-- Image History -->
|
||||
<div id="image-history" style="max-height: 10px;">
|
||||
<div id="image-history">
|
||||
<div class="row">
|
||||
<!-- Tree View container -->
|
||||
<div class="col-md-8">
|
||||
|
|
Reference in a new issue