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

View file

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