소스 검색

[Club] Fix read more button overlap on Safari (#6307)

* fix read more button overlap on safari

This keeps the Read More button from overlapping with the date text, in
Safari. It does not affect Firefox, nor Chrome.

Fixes: https://github.com/Automattic/themes/issues/6306

* remove formatting
Vicente Canales 3 년 전
부모
커밋
0e877eb154
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      club/style.css

+ 1 - 0
club/style.css

@@ -140,6 +140,7 @@ GNU General Public License for more details.
 .club-post-list-pattern .wp-block-column {
 	align-items: center;
 	display: flex;
+	min-width: unset;
 }
 
 .club-post-list-pattern .wp-block-post > .wp-block-group > .wp-block-columns > .wp-block-column:first-child {