New Tooltip interface Fix

This commit is contained in:
2021-06-13 14:34:42 +02:00
parent c98abaaff6
commit 167aa91d9d
4 changed files with 20 additions and 15 deletions

View File

@@ -198,15 +198,17 @@ $legend-color: $post-color;
overflow: hidden;
white-space: nowrap;
}
.details {
margin-top: -$block-spacing;
.body {
padding-left: calc(1.25em*1.4 + #{$elem-spacing} );
.details {
margin-top: -$block-spacing;
p.detail {
margin-top: $block-spacing;
width: 50%;
display: inline-block;
p.detail {
margin-top: $block-spacing;
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