Spaces in tab names, more space, centred

This commit is contained in:
jaknapper 2025-04-07 18:54:30 +01:00
parent 3e82286245
commit 421d4a5f10
2 changed files with 5 additions and 4 deletions

View file

@ -98,7 +98,8 @@ export default {
}
.tabtitle {
max-width: 60px;
margin: auto;
max-width: 70px;
overflow: hidden;
text-overflow: ellipsis;
font-size: 85%;