Skip to content

Commit

Permalink
ui: optimize table style (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
XPoet committed Sep 5, 2024
1 parent 0f974c3 commit 8a94da3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions source/css/common/markdown.styl
Original file line number Diff line number Diff line change
Expand Up @@ -382,16 +382,11 @@ $h6-font-size = 1.2rem
border-collapse collapse
border-spacing 0

+keep-mobile() {
& {
table-layout fixed
}
}


td
th {
padding 0
white-space nowrap
}


Expand Down

0 comments on commit 8a94da3

Please sign in to comment.