fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user