filter empty title
This commit is contained in:
parent
f8e7e7840a
commit
7ace5e1e19
2 changed files with 51 additions and 2 deletions
|
@ -50,11 +50,16 @@ body {
|
|||
&-caption {
|
||||
display: inline-block;
|
||||
width: 40%;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
&-url {
|
||||
display: inline-block;
|
||||
color: green;
|
||||
width: 60%;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue