Fix layout on small desktops

This commit is contained in:
Rachid Mrad 2024-03-29 13:08:49 -04:00
parent f46613bd59
commit 4ced28b00e
No known key found for this signature in database
2 changed files with 14 additions and 1 deletions

View file

@ -381,4 +381,17 @@ input.admin-confirm-button {
#submitRowToggle {
color: var( --body-fg);
}
.requested-domain-sticky {
max-width: 325px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
@media screen and (max-width:1199px) {
.submit-row {
clear: both;
}
}

View file

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