CSS change

This commit is contained in:
zandercymatics 2024-02-05 14:19:39 -07:00
parent 4437b315b3
commit c8c5fc8134
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 18 additions and 20 deletions

View file

@ -139,7 +139,7 @@ abbr[title] {
} }
} }
@media (tablet) { @include at-media(tablet) {
.usa-tooltip__body { .usa-tooltip__body {
width: 250px; width: 250px;
white-space: normal; white-space: normal;

View file

@ -48,7 +48,6 @@
</th> </th>
<td data-sort-value="{{ domain.expiration_date|date:"U" }}" data-label="Expires">{{ domain.expiration_date|date }}</td> <td data-sort-value="{{ domain.expiration_date|date:"U" }}" data-label="Expires">{{ domain.expiration_date|date }}</td>
<td data-label="Status"> <td data-label="Status">
<span>
{# UNKNOWN domains would not have an expiration date and thus would show 'Expired' #} {# UNKNOWN domains would not have an expiration date and thus would show 'Expired' #}
{% if domain.is_expired and domain.state != domain.State.UNKNOWN %} {% if domain.is_expired and domain.state != domain.State.UNKNOWN %}
Expired Expired
@ -66,7 +65,6 @@
> >
<use xlink:href="{%static 'img/sprite.svg'%}#info_outline"></use> <use xlink:href="{%static 'img/sprite.svg'%}#info_outline"></use>
</svg> </svg>
</span>
</td> </td>
<td> <td>
<a href="{% url "domain" pk=domain.pk %}"> <a href="{% url "domain" pk=domain.pk %}">