Skip to content

Commit 49c2173

Browse files
committed
chore: fix a typo in Bootstrap class name
No user visiable changes. Should be in the following commits: - f27faf0 (HideImageForm.js) - 6fcb730 ("Replace image" button) - 27d1204 ("Add image" button) Fix #1724 [skip ci]
1 parent 013646f commit 49c2173

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/frontend/src/components/HideImageForm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class HideImageFormView extends React.PureComponent {
135135
</div>
136136
</div>
137137

138-
<div className="form-group from-group-sm">
138+
<div className="form-group form-group-sm">
139139
<div className="col-sm-offset-3 col-sm-8">
140140
<button
141141
type="submit"

src/main/webapp/WEB-INF/views/series/info.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
/*/-->
132132
</div>
133133
</div>
134-
<div class="form-group from-group-sm">
134+
<div class="form-group form-group-sm">
135135
<div class="col-sm-offset-3 col-sm-8">
136136
<input type="submit" class="btn btn-primary btn-sm" value="Add image" th:value="#{t_add_image}" />
137137
</div>
@@ -162,7 +162,7 @@
162162
/*/-->
163163
</div>
164164
</div>
165-
<div class="form-group from-group-sm" th:if="${allowReplacingImages}">
165+
<div class="form-group form-group-sm" th:if="${allowReplacingImages}">
166166
<div class="col-sm-offset-3 col-sm-8">
167167
<!--/* @todo #1303 Replace image form: arrange submit buttons in a one line */-->
168168
<input type="submit" class="btn btn-default btn-sm" name="replaceImage" value="Replace image" th:value="#{t_replace_image}" />

0 commit comments

Comments
 (0)