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