fix(client): set overflow: clip to page header title container

#10413
This commit is contained in:
tamaina 2023-03-31 07:38:28 +00:00
parent 9bc5d52e41
commit 6a4d56c81c
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ onUnmounted(() => {
display: flex;
align-items: center;
max-width: min(30vw, 400px);
overflow: auto;
overflow: clip;
white-space: nowrap;
text-align: left;
font-weight: bold;