[4.4] Media Manager long filenames (#42691)

This commit is contained in:
Brian Teeman 2024-01-22 15:49:45 +00:00 committed by GitHub
parent 72048407d1
commit d9a443be92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -58,6 +58,7 @@
}
.media-browser-item-info {
max-width: 250px;
padding: 0 2px;
overflow: hidden;
font-size: .9rem;
@ -125,8 +126,7 @@
&.active {
top: 0;
z-index: 1;
width: max-content;
min-width: 100%;
width: 100%;
background-color: var(--template-bg-dark-3);
border: 1px solid hsl(var(--hue), 35%, 95%);
border-radius: .25rem;
@ -159,6 +159,9 @@
.media-browser-actions-item-name {
padding: 2px;
margin-block-end: 3px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
button, a {
position: relative;