diff --git a/static/templates/base.html b/static/templates/base.html
index 0a21cb7f..753a769c 100644
--- a/static/templates/base.html
+++ b/static/templates/base.html
@@ -70,14 +70,9 @@
.info-table tr>td:first-child{
white-space: nowrap
}
- .ellipsis{
+ td.ellipsis{
max-width: 50vw;
}
- @media (max-width: 720px) {
- .ellipsis{
- max-width: 280px;
- }
- }
@media (min-width: 720px) {
header nav{
grid-template-columns: auto 1fr auto;
@@ -86,6 +81,9 @@
#wrap{
margin-top: 4rem;
}
+ td.ellipsis{
+ max-width: 280px;
+ }
}