From f03598bde16e6dd9854f9d4ccce0eeb4d37301ad Mon Sep 17 00:00:00 2001 From: Red Adaya Date: Sat, 10 Feb 2024 10:29:12 +0800 Subject: [PATCH] revert width of modal --- src/app/common/modals/viewremoteconndetail.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {