Skip to content
Snippets Groups Projects

SI-3231 fix full width button

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -576,7 +576,7 @@
@@ -576,7 +576,7 @@
<button
<button
#postSelectedStationButton
#postSelectedStationButton
type="button"
type="button"
class="btn btn-primary btn-sm"
class="btn btn-primary btn-sm w-auto"
(click)="gridFailureDetailsSandbox.postSelectedStation(); clearSearchInput()"
(click)="gridFailureDetailsSandbox.postSelectedStation(); clearSearchInput()"
[disabled]="gridFailureDetailsSandbox.oldVersion || formState.isDisabled"
[disabled]="gridFailureDetailsSandbox.oldVersion || formState.isDisabled"
>
>
Loading