瀏覽代碼

[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 {