diff --git a/assets/css/_common/components/post/post-footer.scss b/assets/css/_common/components/post/post-footer.scss index e8c4473..a7aa412 100644 --- a/assets/css/_common/components/post/post-footer.scss +++ b/assets/css/_common/components/post/post-footer.scss @@ -59,6 +59,10 @@ @include post-card(); border: none; background: none; + + li { + word-break: break-all; + } } } diff --git a/assets/css/main.scss b/assets/css/main.scss index 000b24e..450cd2a 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -175,18 +175,4 @@ $second_comment_name : {{ lower (index $sortNav 1).name }}; // Schemes Layer // -------------------------------------------------- -{{ printf "@import '_schemes/%s/';" $P.scheme }} - -// Custom Layer -// TODO -// -------------------------------------------------- -// @import 'theme.injects.style'; - -// BUG Fix -li { - word-break: break-all; -} - -a { - word-break: break-all; -} +{{ printf "@import '_schemes/%s/';" $P.scheme }} \ No newline at end of file