mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix line wrapping
This commit is contained in:
parent
7750a278a1
commit
768118fda3
1 changed files with 3 additions and 1 deletions
|
|
@ -23,9 +23,11 @@ a img {
|
|||
font-family: $default_font_family;
|
||||
font-size: $default_font_size;
|
||||
line-height: $default_line_height;
|
||||
word-break: $default_word_break;
|
||||
@if $default_word_break == 'none' {
|
||||
white-space: nowrap;
|
||||
} @else {
|
||||
word-break: $default_word_break;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
p {
|
||||
margin: 0 0 $default_paragraph_spacing 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue