UX: System Information Overflow Fail
System Information End points should be big enough for URL labels by default. Closes-bug: #1609138 Change-Id: Ic936072435055502e268fe15c07076620e4acde3
This commit is contained in:
parent
7a3005abc3
commit
fc0b4e898c
@ -1,9 +1,9 @@
|
||||
{% load i18n %}
|
||||
<dl class="dl-horizontal">
|
||||
<dt title="{% trans "Admin URL:" %}">{% trans "Admin URL:" %}</dt>
|
||||
<dt title="{% trans "Admin:" %}">{% trans "Admin:" %}</dt>
|
||||
<dd>{{ adminURL }}</dd>
|
||||
<dt title="{% trans "Internal URL:" %}">{% trans "Internal URL:" %}</dt>
|
||||
<dt title="{% trans "Internal:" %}">{% trans "Internal:" %}</dt>
|
||||
<dd>{{ internalURL }}</dd>
|
||||
<dt title="{% trans "Public URL:" %}">{% trans "Public URL:" %}</dt>
|
||||
<dt title="{% trans "Public:" %}">{% trans "Public:" %}</dt>
|
||||
<dd>{{ publicURL }}</dd>
|
||||
</dl>
|
||||
|
@ -57,8 +57,9 @@
|
||||
|
||||
@media (min-width: $grid-float-breakpoint) {
|
||||
dt {
|
||||
width: (($dl-horizontal-offset/2) - 20);
|
||||
width: ($dl-horizontal-offset/2) - $padding-large-vertical;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin-left: $dl-horizontal-offset/2;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user