Skip to content

Commit

Permalink
fix text overflow on property table (#3961)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 authored Feb 14, 2024
1 parent 71c8ab7 commit dd34a3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/default/theme/src/scss/_lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ dl {
dt {
@apply px-4 font-semibold text-gray-700 rounded-none border-gray-400;

overflow-wrap: break-word;

@screen lg {
@apply rounded-l;
}
Expand Down

0 comments on commit dd34a3c

Please sign in to comment.