fix(editor): Fix github star button layout (#13630)

This commit is contained in:
Milorad FIlipović
2025-03-03 13:31:47 +01:00
committed by GitHub
parent 999fb8174a
commit 139b5b378d
4 changed files with 31 additions and 31 deletions

View File

@@ -771,6 +771,7 @@ $--header-spacing: 20px;
.container {
position: relative;
width: 100%;
padding: var(--spacing-xs) var(--spacing-m);
display: flex;
align-items: center;
flex-wrap: nowrap;