Skip to content

Commit

Permalink
CONCD-939 remove left padding (#2564)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasarkar authored Oct 15, 2024
1 parent a31cfea commit b3302a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions concordia/templates/transcriptions/asset_detail/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{% csrf_token %}
<input type="hidden" name="supersedes" value="{{ transcription.pk|default:'' }}" />

<div class="row justify-content-sm-between ml-0 px-3">
<div id="transcription-status-message" class="row">
<div class="row justify-content-sm-between mx-0 pl-0">
<div id="transcription-status-message" class="row ml-0">
<div id="transcription-status-display">
<h2 id="display-submitted" {% if transcription_status != 'submitted' %}hidden{% endif %}>
<span class="fas fa-list"></span>
Expand Down

0 comments on commit b3302a1

Please sign in to comment.