Skip to content

Commit

Permalink
added 8px margin between stage buttons
Browse files Browse the repository at this point in the history
CMK-20130

Change-Id: I4bccd3fd015b70127114620fbab369a1ba7ca80d
  • Loading branch information
otAAAh committed Jan 8, 2025
1 parent 0f94542 commit 2118eb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ defineProps<QuickSetupSaveStageProps>()
.qs-save-stage__content .qs-stage-content__action {
padding-top: 0;
}

.qs-save-stage__content .qs-stage-content__action > button {
margin-right: 8px;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ const invokeAction = (waitLabel: string, action: () => void) => {
position: relative;
}

.qs-stage-content__action > button {
margin-right: 8px;
}

.qs-stage-content__loading {
display: flex;
align-items: center;
Expand Down

0 comments on commit 2118eb9

Please sign in to comment.