Skip to content

Commit

Permalink
add column text wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
tristangosakti committed Feb 3, 2022
1 parent 74f4c30 commit 30a1b75
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ $row-bottom-border-color: $gray10;
padding-left: $spacer-1;
}

.markdown-wrapper { // wraps table column description text
white-space: break-spaces;
}

&.is-right-aligned {
text-align: right;
padding-right: $spacer-1;
Expand Down

0 comments on commit 30a1b75

Please sign in to comment.