UX: truncate site text titles in a cleaner way (#18335)

This commit is contained in:
Kris 2022-09-22 22:19:44 -04:00 committed by GitHub
parent 5bd27ec8db
commit a38e44fd5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -56,6 +56,11 @@
width: auto;
}
#site-text-logo {
margin: 0;
@include ellipsis;
}
.d-icon-home {
font-size: $font-up-6;
}

View File

@ -10,7 +10,6 @@
}
#site-text-logo {
font-size: $font-up-3;
margin: 0;
}
.extra-info {
&:not(.two-rows) {

View File

@ -26,7 +26,6 @@
max-width: 100%;
}
#site-text-logo {
margin: 0;
font-size: $font-up-1;
}
.extra-info-wrapper {