mirror of
https://github.com/thangisme/notes.git
synced 2024-12-22 19:36:30 -05:00
Fixed search result word wrap
This commit is contained in:
parent
19e35329d2
commit
157e3ff945
@ -198,6 +198,7 @@
|
|||||||
color: $search-result-preview-color;
|
color: $search-result-preview-color;
|
||||||
border-left: $border;
|
border-left: $border;
|
||||||
border-left-color: $border-color;
|
border-left-color: $border-color;
|
||||||
|
word-wrap: break-word;
|
||||||
@include fs-2;
|
@include fs-2;
|
||||||
|
|
||||||
@include mq(sm) {
|
@include mq(sm) {
|
||||||
|
Loading…
Reference in New Issue
Block a user