Truncate without break-killing
This commit is contained in:
@@ -111,11 +111,23 @@ ol {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
max-width: initial;
|
line-break: unset;
|
||||||
|
word-break: break-word;
|
||||||
|
white-space: normal;
|
||||||
|
overflow: auto;
|
||||||
|
text-overflow: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include mobile {
|
@include mobile {
|
||||||
max-width: calc(75vw - 177px);
|
max-width: calc(75vw - 177px);
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
line-break: unset;
|
||||||
|
word-break: break-word;
|
||||||
|
white-space: normal;
|
||||||
|
overflow: auto;
|
||||||
|
text-overflow: unset;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user