Note options subtitle overflow

This commit is contained in:
Mo Bitar
2017-10-16 10:27:05 -05:00
parent 5576851da9
commit 406d5fe8ff

View File

@@ -40,6 +40,15 @@ ul.section-menu-bar {
opacity: 0.5;
font-weight: normal;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1; /* number of lines to show */
$line-height: 18px;
line-height: $line-height; /* fallback */
max-height: calc(#{$line-height} * 1); /* fallback */
}
}