Clearer Tooltip
This commit is contained in:
@@ -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
Reference in New Issue
Block a user