fix: hide invisible link and show ellipsis
This commit is contained in:
parent
cb85e3d3f7
commit
9f9a55d776
1 changed files with 9 additions and 1 deletions
|
@ -49,6 +49,14 @@
|
|||
|
||||
.card_content {
|
||||
|
||||
& .invisible {
|
||||
display: none;
|
||||
}
|
||||
|
||||
& .ellipsis::after {
|
||||
content: '...'
|
||||
}
|
||||
|
||||
& *:not(.meta, .descendant *) {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue