add class for infobox's official url

This commit is contained in:
Marc Abonce Seguin
2020-08-02 18:18:30 -07:00
parent 001eb047cd
commit 74270a3fc2
9 changed files with 38 additions and 6 deletions

View File

@@ -12,4 +12,11 @@
.infobox_part:last-child {
margin-bottom: 0;
}
.header_url {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
}