summary title wrap

This commit is contained in:
zzossig 2020-01-13 10:05:40 +09:00
parent 9da7f779ac
commit ff951b388c
2 changed files with 13 additions and 5 deletions

View File

@ -6,6 +6,8 @@
a { a {
font-family: $title-font; font-family: $title-font;
font-weight: 700; font-weight: 700;
word-break:break-all;
@include themify($themes) { @include themify($themes) {
color: themed('title-color'); color: themed('title-color');
@include on-event { @include on-event {
@ -77,11 +79,15 @@
.summary-classic { .summary-classic {
padding: 0 1rem; padding: 0 1rem;
.title { .title {
font-size: 24px; font-size: 24px;
a { a {
font-family: $title-font; font-family: $title-font;
font-weight: 700; font-weight: 700;
word-break:break-all;
@include themify($themes) { @include themify($themes) {
color: themed('title-color'); color: themed('title-color');
@include on-event { @include on-event {
@ -155,6 +161,7 @@
.summary-compact { .summary-compact {
padding: 0 1rem; padding: 0 1rem;
&__flexbox { &__flexbox {
@include flexbox(); @include flexbox();
margin-top: 1rem; margin-top: 1rem;
@ -163,6 +170,7 @@
&__meta { &__meta {
padding: 1rem 0; padding: 1rem 0;
overflow-wrap: break-word;
} }
hr { hr {