1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

removed title breaks on lab

This commit is contained in:
Fedor Katurov 2021-09-28 17:58:03 +07:00
parent ddef1e72f7
commit 2f409598ed

View file

@ -14,7 +14,7 @@
overflow: hidden;
flex: 1;
text-overflow: ellipsis;
word-break: break-all;
word-break: break-word;
@include clamp(2, 1.2em);