Skip to content

Commit d284efe

Browse files
authored
Fix auto table layout selector
1 parent b926907 commit d284efe

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)