1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed node title wrapping on mobile

This commit is contained in:
Fedor Katurov 2022-07-15 16:09:02 +07:00
parent 74f4c7562b
commit e9a1a624fd
2 changed files with 19 additions and 2 deletions

View file

@ -54,6 +54,7 @@
@include tablet {
border-radius: 0;
height: auto;
min-height: 40px;
}
}
@ -65,7 +66,8 @@
text-overflow: ellipsis;
@include tablet {
white-space: nowrap;
@include clamp(2);
padding-bottom: 0;
font: $font_16_semibold;
}
@ -189,6 +191,10 @@
.buttons {
margin-top: 12px;
margin-right: $gap;
@include tablet {
margin-top: 6px;
}
}
.button {