Skip to content

Commit 16caaa3

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 9dc051a commit 16caaa3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,12 @@
147147
148148
.toolbar-title {
149149
display: block;
150-
margin-inline-start: 16px;
151-
margin-inline-end: 16px;
150+
max-width: calc(100% - 80px);
151+
margin-inline-start: 16px;
152+
margin-inline-end: 16px;
152153
overflow: hidden;
153154
text-overflow: ellipsis;
154155
white-space: nowrap;
155-
max-width: calc(100% - 80px);
156156
}
157157
158158
</style>

0 commit comments

Comments
 (0)