13 lines
199 B
CSS
13 lines
199 B
CSS
.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;
|
|
}
|