We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ced5cf commit c2a3e42Copy full SHA for c2a3e42
contentcuration/contentcuration/frontend/shared/views/StudioImmersiveModal.vue
@@ -20,7 +20,7 @@
20
</template>
21
22
<template #default>
23
- <span class="notranslate">
+ <span class="notranslate toolbar-title">
24
<slot name="header">{{ title }}</slot>
25
</span>
26
@@ -134,4 +134,12 @@
134
overflow-y: auto;
135
}
136
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
+
145
</style>
0 commit comments