ui: Add truncation to the `.Address` (#4760)
This commit is contained in:
parent
34f134caa0
commit
0dface2010
|
@ -1,3 +1,4 @@
|
|||
%healthchecked-resource header strong,
|
||||
%healthchecked-resource header span,
|
||||
%healthchecked-resource header em,
|
||||
%healthchecked-resource li:not(:last-child) span {
|
||||
|
@ -48,7 +49,7 @@
|
|||
}
|
||||
%healthchecked-resource header strong {
|
||||
top: 2.8em;
|
||||
left: 15px;
|
||||
padding: 0 15px;
|
||||
}
|
||||
%healthchecked-resource header span {
|
||||
margin-bottom: 1.75em;
|
||||
|
|
Loading…
Reference in New Issue