Add padding to secondary user header to match tab spacing
This commit is contained in:
parent
5d14bb70c6
commit
3f0fac43ea
|
@ -295,8 +295,9 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 8px;
|
||||
min-width: 0px;
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
margin-left: var(--spacing-xl);
|
||||
}
|
||||
|
||||
.secondary-editor-body {
|
||||
|
|
Loading…
Reference in New Issue