This commit is contained in:
Mateusz Gruszczyński
2026-07-25 17:54:34 +02:00
parent 2d8bb24fcc
commit 4c4c15495d
8 changed files with 89 additions and 24 deletions
+21
View File
@@ -4093,3 +4093,24 @@ dialog::backdrop {
.authorship-layer { left: 42px; }
.hide-editor-line-numbers .authorship-layer { left: 0; }
}
/* Multiple authors can contribute to one line. */
.owner-label-group {
position: absolute;
right: 8px;
display: flex;
max-width: min(420px, 70%);
gap: 4px;
overflow: hidden;
transform: translateY(-50%);
white-space: nowrap;
}
.owner-label-group .owner-label {
position: static;
right: auto;
flex: 0 1 auto;
min-width: 0;
max-width: 150px;
transform: none;
}