Hide sticky requested domain in mobile

This commit is contained in:
Rachid Mrad 2024-04-02 13:13:43 -04:00
parent 90d49bcd82
commit 03622204ce
No known key found for this signature in database
2 changed files with 11 additions and 1 deletions

View file

@ -476,6 +476,16 @@ address.dja-address-contact-list {
}
}
.visible-768 {
display: none;
}
@media screen and (min-width:768px) {
.visible-768 {
display: block;
}
}
@media screen and (min-width:935px) {
// Analyst only class
.submit-row-wrapper--analyst-view {

View file

@ -116,7 +116,7 @@
</button>
</span>
<p class="text-right margin-top-2 padding-right-2 margin-bottom-0 requested-domain-sticky float-right">
<p class="text-right margin-top-2 padding-right-2 margin-bottom-0 requested-domain-sticky float-right visible-768">
<strong>Requested domain:</strong> {{ original.requested_domain.name }}
</p>
{{ block.super }}