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

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