소스 검색

Merge pull request #1778 from Automattic/update/#1383

Independent Publisher 2: Fix table cell width issue
Allan Cole 5 년 전
부모
커밋
465f1d0de2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      independent-publisher-2/style.css

+ 1 - 1
independent-publisher-2/style.css

@@ -598,7 +598,6 @@ table {
 	/* Prevents HTML tables from becoming too wide */
 	width: 100%;
 	margin: 0 0 1.75em;
-	table-layout: fixed;
 	border-spacing: 0;
 	border-collapse: separate;
 	border-width: 1px 0 0 1px;
@@ -623,6 +622,7 @@ td {
 th,
 td {
 	padding: .4375em;
+	word-break: break-word;
 }
 
 /*--------------------------------------------------------------