Fix : Overlapping problem in the deletions tab

Overlapping problem in the deletions tab fix when titles are long and displayed on two lines 
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
Jérôme Herbinet
2022-09-22 11:09:15 +02:00
committed by GitHub
parent af8e61ece6
commit c1b4beeb64

View File

@@ -86,8 +86,6 @@ export default {
li { li {
display: flex; display: flex;
height: 44px;
&:hover, &:active, &.focus { &:hover, &:active, &.focus {
button { button {
opacity: 1; opacity: 1;
@@ -106,7 +104,10 @@ export default {
.title { .title {
flex-grow: 2; flex-grow: 2;
padding: 3px 0px; padding: 3px 0px;
> span:not(.timestamp) {
line-height: 1.2em;
margin-bottom: 5px;
}
.timestamp { .timestamp {
font-size: 0.9em; font-size: 0.9em;
color: var(--color-text-lighter); color: var(--color-text-lighter);