mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Fix layout for long bookmark notes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user