Skip to content

Commit

Permalink
CONCD-903 move the button up
Browse files Browse the repository at this point in the history
  • Loading branch information
rasarkar committed Aug 29, 2024
1 parent 53d4cd6 commit 8d669b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion concordia/static/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,10 @@ $card-progress-height: 12px;
vertical-align: baseline;
}

#transcription-status-message {
max-width: 270px;
}

// Campaign small blocks

.small-campaign-title {
Expand Down Expand Up @@ -1133,7 +1137,7 @@ $card-progress-height: 12px;
/* How to Guide */
#open-guide {
border-radius: 0;
margin: 0 5px 0 9px;
margin: -14px 5px 0 9px;
white-space: nowrap;
}

Expand Down

0 comments on commit 8d669b1

Please sign in to comment.