mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-12 23:44:51 +02:00
Fix layout on small desktops
This commit is contained in:
parent
f46613bd59
commit
4ced28b00e
2 changed files with 14 additions and 1 deletions
|
@ -381,4 +381,17 @@ input.admin-confirm-button {
|
||||||
#submitRowToggle {
|
#submitRowToggle {
|
||||||
color: var( --body-fg);
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -104,7 +104,7 @@
|
||||||
</button>
|
</button>
|
||||||
</span>
|
</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 }}
|
<strong>Requested domain:</strong> {{ original.requested_domain.name }}
|
||||||
</p>
|
</p>
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue