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 9dc051a commit 16caaa3Copy full SHA for 16caaa3
contentcuration/contentcuration/frontend/shared/views/StudioImmersiveModal.vue
@@ -147,12 +147,12 @@
147
148
.toolbar-title {
149
display: block;
150
- margin-inline-start: 16px;
151
- margin-inline-end: 16px;
+ max-width: calc(100% - 80px);
+ margin-inline-start: 16px;
152
+ margin-inline-end: 16px;
153
overflow: hidden;
154
text-overflow: ellipsis;
155
white-space: nowrap;
- max-width: calc(100% - 80px);
156
}
157
158
</style>
0 commit comments