Skip to content

Commit

Permalink
Fix input field layout for annotation form
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Nov 16, 2023
1 parent 2e2b3b3 commit cd18d15
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export class AnnotationForm extends watchMixin(ShadowlessLitElement) {
` : ""}
</div>
<div class="row mb-1">
<div class="col-lg-7 col-xxl-8 align-items-center d-inline-flex">
<div class="col-xxl-8 align-items-center d-inline-flex">
${ this.canSaveAnnotation && this._savedAnnotationId == "" ? html`
<div class="field form-group mb-0">
<div class="form-check save-annotation-check">
Expand Down Expand Up @@ -312,7 +312,7 @@ export class AnnotationForm extends watchMixin(ShadowlessLitElement) {
</div>
` : ""}
</div>
<div class="col-lg-5 col-xxl-4 mt-2 mt-lg-0" style="text-align: right">
<div class="col-xxl-4 mt-2 mt-xxl-0" style="text-align: right">
<button class="btn btn-text"
type="button"
@click="${() => this.handleCancel()}"
Expand Down

0 comments on commit cd18d15

Please sign in to comment.