diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css
index 51e49261d6..a2ddd0e1ff 100644
--- a/src/wp-admin/css/about.css
+++ b/src/wp-admin/css/about.css
@@ -99,6 +99,7 @@
 .about__section {
 	background: #f3f4f5;
 	background: var(--background);
+	clear: both;
 }
 
 .about__container .has-accent-background-color {
@@ -452,6 +453,13 @@
 	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
 	transform: rotate(180deg);
+	direction: ltr;
+}
+
+/* rtl:ignore */
+.rtl .about__header-title {
+	transform: none;
+	direction: rtl;
 }
 
 /* Needs to be inline-block to use vertical-align, needs specificity to override flex. */
@@ -543,13 +551,11 @@
 	.about__container .about__header-text {
 		font-size: 1.4em;
 	}
-}
 
-@media screen and (max-width: 600px) {
 	.about__header {
 		display: block;
-		min-height: unset;
-		max-height: unset;
+		min-height: none;
+		max-height: none;
 		height: auto;
 	}
 
@@ -561,11 +567,14 @@
 		padding-top: 80%;
 		padding-bottom: 0;
 		-webkit-writing-mode: initial;
-		-ms-writing-mode: initial;
+		-ms-writing-mode: lr-tb;
 		writing-mode: initial;
 		transform: none;
 	}
 
+	.rtl .about__header-title {
+		-ms-writing-mode: rl-tb;
+	}
 	.about__header-text {
 		text-align: left;
 	}
