mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
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:
parent
0c34ca3dd5
commit
76fc64f48e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user