diff --git a/client/cat3/src/partials/sections/dashboard/bots/bots.scss b/client/cat3/src/partials/sections/dashboard/bots/bots.scss index d25a3f146..ed52f151a 100644 --- a/client/cat3/src/partials/sections/dashboard/bots/bots.scss +++ b/client/cat3/src/partials/sections/dashboard/bots/bots.scss @@ -45,6 +45,11 @@ overflow-y: auto; } +.bot-info-wrapper { + max-height: 450px; + overflow-y: auto; +} + #botLibraryPage, #botAuditTrailPage { .page-name { font-size: 18px; diff --git a/client/cat3/src/partials/sections/dashboard/bots/view/botInfo.html b/client/cat3/src/partials/sections/dashboard/bots/view/botInfo.html index e60f7e55c..36f44ca01 100644 --- a/client/cat3/src/partials/sections/dashboard/bots/view/botInfo.html +++ b/client/cat3/src/partials/sections/dashboard/bots/view/botInfo.html @@ -8,150 +8,152 @@