Skip to content
Snippets Groups Projects
Commit 6a4d56c8 authored by tamaina's avatar tamaina
Browse files

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

#10413
parent 9bc5d52e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment