Fixed conflict with style for layouts (#8456)

the .overlay is used for different things in MediaLibraryPickerField and Layouts, and as it was the styles would conflict. This should fix it.
This commit is contained in:
Matteo Piovanelli 2021-02-04 19:06:04 +01:00 committed by GitHub
parent 0c34ca3dd5
commit 76fc64f48e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,8 @@
text-align: right;
font-size: 12px;
opacity: 0.6;
}
.thumbnail .overlay {
height: 40px;
overflow: hidden;
}
@ -56,6 +58,8 @@
padding-right:5px;
font-size: 12px;
overflow: hidden;
}
.thumbnail .overlay h3 {
height: 1rem;
white-space: nowrap;
text-overflow: ellipsis;