fix(client): correct placement of Interactive Editor button (#64350)

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Diem-Trang Pham
2025-12-05 15:46:42 -06:00
committed by GitHub
parent b664cdb4c2
commit a28ff5d2cd

View File

@@ -83,6 +83,8 @@
.tabs-row-right {
display: flex;
justify-content: flex-end;
/* Ensure the right group pins to the end even when no left/middle items exist */
margin-inline-start: auto;
}
.monaco-editor-tabs button + button {