Skip to content

Commit cd48e33

Browse files
committed
Fix auto table layout selector
1 parent a33de31 commit cd48e33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#table-layout
22
<style>
3-
article table {
3+
.article table {
44
table-layout: auto;
55
word-break: normal;
66
}
77
</style>
8-
#end
8+
#end

0 commit comments

Comments
 (0)