Skip to content

Commit c2a3e42

Browse files
committed
Refactor StudioImmersiveModal to enhance toolbar title styling for improved visibility
1 parent 3ced5cf commit c2a3e42

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

contentcuration/contentcuration/frontend/shared/views/StudioImmersiveModal.vue

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</template>
2121

2222
<template #default>
23-
<span class="notranslate">
23+
<span class="notranslate toolbar-title">
2424
<slot name="header">{{ title }}</slot>
2525
</span>
2626
</template>
@@ -134,4 +134,12 @@
134134
overflow-y: auto;
135135
}
136136
137+
.toolbar-title {
138+
display: block;
139+
margin-inline-start: 16px;
140+
margin-inline-end: 16px;
141+
white-space: nowrap;
142+
max-width: calc(100% - 80px);
143+
}
144+
137145
</style>

0 commit comments

Comments
 (0)