mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
use ellpises for last chars
This commit is contained in:
parent
e08711dd23
commit
f89af6787e
|
@ -71,13 +71,15 @@ export default Vue.extend({
|
||||||
font-size: var(--font-size-m);
|
font-size: var(--font-size-m);
|
||||||
line-height: var(--font-line-height-compact);
|
line-height: var(--font-line-height-compact);
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
overflow: hidden;
|
|
||||||
padding-right: var(--spacing-s);
|
padding-right: var(--spacing-s);
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
text-overflow: ellipsis;
|
display: -webkit-box;
|
||||||
|
overflow: hidden;
|
||||||
|
-webkit-line-clamp: 5;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
|
||||||
> *:first-child {
|
> *:first-child {
|
||||||
padding-right: var(--spacing-3xs);
|
padding-right: var(--spacing-3xs);
|
||||||
|
|
Loading…
Reference in a new issue