Break long words in entry titles that could potentially overflow.
This commit is contained in:
parent
cc54e61ae7
commit
b98d1b49e0
|
@ -63,25 +63,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// hide overflowing text
|
// break long words that could overflow
|
||||||
// @include breakpoint($medium) {
|
.entry-title {
|
||||||
// .entry-title {
|
word-wrap: break-word;
|
||||||
// position: relative;
|
}
|
||||||
// overflow: hidden;
|
|
||||||
|
|
||||||
// &:after {
|
|
||||||
// content: '';
|
|
||||||
// position: absolute;
|
|
||||||
// top: 0;
|
|
||||||
// right: 0;
|
|
||||||
// bottom: 0;
|
|
||||||
// display: block;
|
|
||||||
// width: 1rem;
|
|
||||||
// height: 100%;
|
|
||||||
// background-image: linear-gradient(90deg, transparent, $background-color);
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
.entry-excerpt {
|
.entry-excerpt {
|
||||||
@include breakpoint($medium) {
|
@include breakpoint($medium) {
|
||||||
|
|
Loading…
Reference in New Issue