Skip to content

Commit 37bc396

Browse files
authored
Merge pull request #4077 from Nixxx19/nityam/fix-embed-title-spacing
Fix missing space between sketch name and author in embed view
2 parents 9e1b0c5 + 2cdefbd commit 37bc396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/styles/components/_toolbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
}
157157

158158
.toolbar__project-owner {
159-
margin: 0;
159+
margin: 0 #{math.div(5, $base-font-size)}rem;
160160
@include themify() {
161161
color: getThemifyVariable('secondary-text-color');
162162
}

0 commit comments

Comments
 (0)