1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00

Add padding to secondary user header to match tab spacing

This commit is contained in:
Andrew Kingston 2023-06-26 08:58:25 +01:00
parent 5d14bb70c6
commit 3f0fac43ea

View file

@ -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 {