Skip to content
Snippets Groups Projects
Commit 09d6b107 authored by Ahmed Eldesoky's avatar Ahmed Eldesoky
Browse files

Update referenced-entity-modal.css

parent bf93355c
Branches 8.x-1.x
Tags 8.x-1.1
1 merge request!2Issue:3287341 - Drupal 10 Compatiblity support.
......@@ -52,7 +52,7 @@
.referenced-entity-modal-container.value-set .referenced-entity-modal-input {
overflow: hidden;
text-overflow: ellipsis;
width: 325px;
width: 100%;
}
.referenced-entity-modal-container .field-modal-reset {
display: none;
......@@ -62,6 +62,6 @@
}
@media screen and (max-width: 767px) {
.referenced-entity-modal-container.value-set .referenced-entity-modal-input {
width: 235px;
width: 100%;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment