limitar tamaño links

This commit is contained in:
Cat /dev/Nulo 2023-04-18 15:20:01 -03:00
parent c3bfda6b60
commit 85b8f6fa4a

View file

@ -99,5 +99,9 @@
display: block; display: block;
text-decoration: none; text-decoration: none;
line-height: 1; line-height: 1;
text-overflow: ellipsis;
overflow: hidden;
max-width: 40vw;
white-space: nowrap;
} }
</style> </style>