UX: Fix layout for long bookmark notes

This commit is contained in:
Kris 2020-07-07 13:42:51 -04:00
parent 66257ca8b6
commit d09a953f53
1 changed files with 3 additions and 2 deletions

View File

@ -10,9 +10,7 @@
}
.bookmark-metadata {
font-size: $font-down-2;
white-space: nowrap;
display: flex;
align-items: center;
margin-bottom: 0.2em;
&-item {
@ -22,7 +20,10 @@
}
.d-icon {
// not aligning center because of multi-line notes
align-self: flex-start;
margin-right: 0.2em;
padding-top: 0.12em;
}
}
}