Skip to content

Commit 9531753

Browse files
committed
Make the tables responsive. (cotes2020#85)
1 parent 7a37a4f commit 9531753

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

assets/css/_addon/main.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,8 @@ a {
755755
div.post-content {
756756
>table, li>table {
757757
min-width: 60%;
758+
display: block;
759+
overflow-x: auto;
758760
border-collapse: collapse;
759761
border-spacing: 0;
760762
margin-bottom: 1.5rem;

0 commit comments

Comments
 (0)