diff --git a/src/app/common/modals/viewremoteconndetail.less b/src/app/common/modals/viewremoteconndetail.less index 48b8a0a58..68b9fb3f3 100644 --- a/src/app/common/modals/viewremoteconndetail.less +++ b/src/app/common/modals/viewremoteconndetail.less @@ -1,7 +1,7 @@ @import "../../../app/common/themes/themes.less"; .rconndetail-modal { - width: 680px; + width: 631px; min-height: 565px; .wave-modal-content { @@ -94,7 +94,7 @@ .terminal-wrapper { margin-top: 5px; - overflow-x: scroll; + overflow-x: auto; overflow-y: hidden; .terminal-connectelem {