diff --git a/client/src/components/ui/PageTitle.css b/client/src/components/ui/PageTitle.css
index c9d1095b..8e0e2d32 100644
--- a/client/src/components/ui/PageTitle.css
+++ b/client/src/components/ui/PageTitle.css
@@ -6,18 +6,24 @@
.page-header--logs {
flex-direction: row;
align-items: flex-end;
- margin: 2rem 0 3rem;
+ margin: 2rem 0 2.8rem;
+}
+
+.page-header--logs .page-title {
+ display: inline-flex;
+ align-items: center;
}
@media (max-width: 991px) {
.page-header--logs {
flex-direction: column;
align-items: center;
- margin-bottom: 1.5rem;
+ margin: 1.1rem 0;
}
.page-header--logs .page-title {
- padding-bottom: 2.5rem;;
+ margin-bottom: 1.1rem;
+ font-size: 1.8rem;
}
}
diff --git a/client/src/helpers/constants.js b/client/src/helpers/constants.js
index 2856b156..8153be6d 100644
--- a/client/src/helpers/constants.js
+++ b/client/src/helpers/constants.js
@@ -337,11 +337,6 @@ export const RESPONSE_FILTER = {
query: 'processed',
label: 'show_processed_responses',
},
- SPACE: {
- query: 'all',
- label: '',
- disabled: true,
- },
BLOCKED: {
query: 'blocked',
label: 'show_blocked_responses',