1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46: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; overflow: hidden;
flex: 1; flex: 1;
text-overflow: ellipsis; text-overflow: ellipsis;
word-break: break-all; word-break: break-word;
@include clamp(2, 1.2em); @include clamp(2, 1.2em);