UI: Fix confirmation position for right-aligned TSBs (#7590)
Without this, the confirmation text was extending beyond the edge of the page.
This commit is contained in:
parent
3557099f4c
commit
3bc13a715e
|
@ -26,6 +26,7 @@
|
|||
</div>
|
||||
{{two-step-button
|
||||
data-test-stop
|
||||
alignRight=true
|
||||
idleText="Stop"
|
||||
cancelText="Cancel"
|
||||
confirmText="Yes, Stop"
|
||||
|
@ -35,6 +36,7 @@
|
|||
onConfirm=(perform stopAllocation)}}
|
||||
{{two-step-button
|
||||
data-test-restart
|
||||
alignRight=true
|
||||
idleText="Restart"
|
||||
cancelText="Cancel"
|
||||
confirmText="Yes, Restart"
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
</div>
|
||||
{{two-step-button
|
||||
data-test-restart
|
||||
alignRight=true
|
||||
idleText="Restart"
|
||||
cancelText="Cancel"
|
||||
confirmText="Yes, Restart"
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
</div>
|
||||
{{two-step-button
|
||||
data-test-stop
|
||||
alignRight=true
|
||||
idleText="Stop"
|
||||
cancelText="Cancel"
|
||||
confirmText="Yes, Stop"
|
||||
|
@ -20,6 +21,7 @@
|
|||
{{else}}
|
||||
{{two-step-button
|
||||
data-test-start
|
||||
alignRight=true
|
||||
idleText="Start"
|
||||
cancelText="Cancel"
|
||||
confirmText="Yes, Start"
|
||||
|
|
Loading…
Reference in New Issue