Skip to content

Commit

Permalink
Configure publish and rollback modal boxes to add scrollbars (#4251)
Browse files Browse the repository at this point in the history
feat(apollo-portal): Configure publish and rollback modal boxes to add scrollbars #4248
  • Loading branch information
klboke authored Mar 5, 2022
1 parent 0f06662 commit 0ae4fc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ Apollo 2.0.0
* [Add Ordered interface to ProviderManager SPI](https://github.com/apolloconfig/apollo/pull/4218)
* [Using commons-lang3 to replace commons-lang](https://github.com/apolloconfig/apollo/pull/4225)
* [optimize import/export config](https://github.com/apolloconfig/apollo/pull/4231)
* [Configure publish and rollback modal boxes to add scrollbars](https://github.com/apolloconfig/apollo/pull/4251)
------------------
All issues and pull requests are [here](https://github.com/ctripcorp/apollo/milestone/8?closed=1)
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h4 class="modal-title" ng-show="toReleaseNamespace.isBranch && toReleaseNamespa

<div class="release modal-body">

<div class="form-group">
<div class="form-group pre-scrollable">
<div class="col-sm-2 control-label" ng-if="!toReleaseNamespace.isPropertiesFormat">
<div class="row">
<div class="btn-group btn-group-xs" style="padding-right: 10px" role="group">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{{'Component.RollbackTo.Tips' | translate }}
</div>

<div class="form-group" style="margin-top: 15px;">
<div class="form-group pre-scrollable" style="margin-top: 15px;max-height: 490px">
<!--properties format-->
<div class="col-sm-12"
ng-if="toRollbackNamespace.releaseCompareResult.length > 0 && toRollbackNamespace.isPropertiesFormat">
Expand Down

0 comments on commit 0ae4fc7

Please sign in to comment.