Composer: Fix link preview overflow (#3114)
This commit is contained in:
parent
77e15d3fcb
commit
cdab35fd4d
@ -80,21 +80,20 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.site-title,
|
.site-title,
|
||||||
|
.site-name,
|
||||||
.site-description {
|
.site-description {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 1rem;
|
max-height: 1rem;
|
||||||
|
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-title {
|
.site-title {
|
||||||
margin-top: 0.125rem;
|
margin-top: 0.125rem;
|
||||||
margin-bottom: 0.1875rem;
|
margin-bottom: 0.1875rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-description {
|
|
||||||
overflow: hidden;
|
|
||||||
white-space: nowrap;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user