summary title wrap
This commit is contained in:
parent
9da7f779ac
commit
ff951b388c
|
@ -6,6 +6,8 @@
|
|||
a {
|
||||
font-family: $title-font;
|
||||
font-weight: 700;
|
||||
word-break:break-all;
|
||||
|
||||
@include themify($themes) {
|
||||
color: themed('title-color');
|
||||
@include on-event {
|
||||
|
@ -77,11 +79,15 @@
|
|||
|
||||
.summary-classic {
|
||||
padding: 0 1rem;
|
||||
|
||||
.title {
|
||||
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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue