Clearer Tooltip

This commit is contained in:
2021-06-03 19:17:02 +02:00
parent bd2c7c4ce0
commit 1e965bfd91
4 changed files with 34 additions and 10 deletions

View File

@@ -118,10 +118,27 @@ $legend-color: $post-color;
font-weight: bold;
font-size: 1.2em;
}
&.description {
}
.name, .description {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.separator {
border-top: 1px solid #CCC;
margin-top: 1em;
}
.details {
padding-left: calc(1.25em*1.2 + 0.5rem);
.description {
font-style: italic;
}
&.detail {
.detail {
margin-top: 1em;
width: 50%;
display: inline-block;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long