🐛 Add ellipsis in long page names

This commit is contained in:
Eva 2022-03-10 12:59:17 +01:00 committed by Andrey Antukh
parent 636dbd4e57
commit e09884af60
2 changed files with 5 additions and 0 deletions

View file

@ -50,6 +50,10 @@
span {
color: $color-gray-10;
font-size: $fs14;
max-width: 100%;
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
span.tool-badge {