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
|
||||
// @include breakpoint($medium) {
|
||||
// .entry-title {
|
||||
// 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);
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// break long words that could overflow
|
||||
.entry-title {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.entry-excerpt {
|
||||
@include breakpoint($medium) {
|
||||
|
|
Loading…
Reference in New Issue