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:
parent
74f4c7562b
commit
e9a1a624fd
2 changed files with 19 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue