Files
nextjs-style-guide/.vitepress/theme/custom.css
S.Gromov b37eb75542
Some checks failed
CI/CD Pipeline / deploy (push) Blocked by required conditions
CI/CD Pipeline / docker (push) Failing after 12m36s
sync
2026-03-28 21:15:15 +03:00

18 lines
287 B
CSS

.VPNavBarTitle.has-sidebar .title {
border-top: none !important;
padding-top: 0;
}
.VPNavBarTitle .title {
white-space: normal;
line-height: 1.2;
padding: 6px 0;
}
.VPNavBarTitle .title span {
display: block;
min-width: 0;
max-width: 100%;
overflow-wrap: anywhere;
}