mirror of https://github.com/Chocobozzz/PeerTube
Fix text overflow
parent
371f08cbaf
commit
e8955ac8ca
|
@ -24,7 +24,7 @@
|
|||
size="32"
|
||||
></my-actor-avatar>
|
||||
|
||||
<div class="w-100 d-flex flex-column">
|
||||
<div class="w-100 d-flex flex-column min-width-0">
|
||||
<my-link
|
||||
[internalLink]="videoRouterLink" [href]="videoHref" [target]="videoTarget" [inheritParentCSS]="true"
|
||||
[ariaLabel]="getAriaLabel()"
|
||||
|
|
|
@ -44,3 +44,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// See https://css-tricks.com/flexbox-truncated-text/
|
||||
.min-width-0 {
|
||||
min-width: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue