Ver Fonte

Varia: More link fix

Takashi Irie há 5 anos atrás
pai
commit
00008dedfd

+ 2 - 2
varia/sass/components/content/_entry-content.scss

@@ -14,7 +14,7 @@
 	}
 	}
 
 
 	.more-link {
 	.more-link {
-		display: inline;
+		display: block;
 		color: inherit;
 		color: inherit;
 
 
 		&:after {
 		&:after {
@@ -52,4 +52,4 @@
 	.wp-audio-shortcode {
 	.wp-audio-shortcode {
 		@extend %responsive-aligndefault;
 		@extend %responsive-aligndefault;
 	}
 	}
-}
+}

+ 1 - 1
varia/style-rtl.css

@@ -2682,7 +2682,7 @@ table th,
 }
 }
 
 
 .entry-content .more-link {
 .entry-content .more-link {
-	display: inline;
+	display: block;
 	color: inherit;
 	color: inherit;
 }
 }
 
 

+ 1 - 1
varia/style.css

@@ -2699,7 +2699,7 @@ table th,
 }
 }
 
 
 .entry-content .more-link {
 .entry-content .more-link {
-	display: inline;
+	display: block;
 	color: inherit;
 	color: inherit;
 }
 }