diff --git a/src/pages/TabDetails.css b/src/pages/TabDetails.css
index 81752c7..14b8a79 100644
--- a/src/pages/TabDetails.css
+++ b/src/pages/TabDetails.css
@@ -38,6 +38,11 @@ p.p_style {
margin-top: 5px;
}
+p.no-periods {
+ font-size: 13px;
+ text-align: center;
+}
+
#vertical-line-basic {
width: 2px;
height: 70px;
diff --git a/src/pages/TabDetails.tsx b/src/pages/TabDetails.tsx
index 8bf0788..bd6519a 100644
--- a/src/pages/TabDetails.tsx
+++ b/src/pages/TabDetails.tsx
@@ -254,11 +254,9 @@ const TabDetails = () => {
{cycles.length > 1 &&
- {t("You haven't marked any periods yet")} -
-+ {t("You haven't marked any periods yet")} +
)}