summary title wrap
This commit is contained in:
parent
9da7f779ac
commit
ff951b388c
|
@ -1,11 +1,13 @@
|
||||||
.summary-card {
|
.summary-card {
|
||||||
margin: 0 0.5rem;
|
margin: 0 0.5rem;
|
||||||
padding: 0 0.5rem;
|
padding: 0 0.5rem;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
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 {
|
||||||
|
@ -76,12 +78,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.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 {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue