diff --git a/monkey/monkey_island/cc/ui/src/components/pages/ConfigurePage.js b/monkey/monkey_island/cc/ui/src/components/pages/ConfigurePage.js
index 44d5a9a2b..ad4df667d 100644
--- a/monkey/monkey_island/cc/ui/src/components/pages/ConfigurePage.js
+++ b/monkey/monkey_island/cc/ui/src/components/pages/ConfigurePage.js
@@ -496,7 +496,7 @@ class ConfigurePageComponent extends AuthComponent {
}
return (
-
+
{this.renderAttackAlertModal()}
Monkey Configuration
{this.renderNav()}
diff --git a/monkey/monkey_island/cc/ui/src/components/report-components/AttackReport.js b/monkey/monkey_island/cc/ui/src/components/report-components/AttackReport.js
index 0b622248b..90929d945 100644
--- a/monkey/monkey_island/cc/ui/src/components/report-components/AttackReport.js
+++ b/monkey/monkey_island/cc/ui/src/components/report-components/AttackReport.js
@@ -158,7 +158,7 @@ class AttackReportPageComponent extends AuthComponent {
return (
{this.renderLegend()}
-
+
)
}
diff --git a/monkey/monkey_island/cc/ui/src/styles/App.css b/monkey/monkey_island/cc/ui/src/styles/App.css
index 9fc468f77..8f602fa08 100644
--- a/monkey/monkey_island/cc/ui/src/styles/App.css
+++ b/monkey/monkey_island/cc/ui/src/styles/App.css
@@ -525,6 +525,14 @@ body {
margin-bottom: 30px;
}
+.attack-matrix {
+ margin-bottom: 20px;
+}
+
+.attack-report .btn-collapse span:nth-of-type(2){
+ flex: 0;
+}
+
.icon-info {
color: #ade3eb !important;
}