File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/app/info/accessibility-settings Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ <h2>{{ 'info.accessibility-settings.title' | translate }}</h2>
1414 > </ ui-switch >
1515 </ div >
1616
17- < div class =" col-sm-1 " *dsContextHelp ="{
17+ < div *dsContextHelp ="{
1818 content: 'info.accessibility-settings.disableNotificationTimeOut.hint',
1919 id: 'disableNotificationTimeOutHelp',
2020 iconPlacement: 'right',
21- tooltipPlacement: 'right '
21+ tooltipPlacement: 'left '
2222 } ">
2323 </ div >
2424 </ div >
@@ -45,7 +45,7 @@ <h2>{{ 'info.accessibility-settings.title' | translate }}</h2>
4545 content: 'info.accessibility-settings.notificationTimeOut.hint',
4646 id: 'notificationTimeOutHelp',
4747 iconPlacement: 'right',
48- tooltipPlacement: 'right '
48+ tooltipPlacement: 'left '
4949 } ">
5050 </ div >
5151 </ div >
@@ -71,7 +71,7 @@ <h2>{{ 'info.accessibility-settings.title' | translate }}</h2>
7171 content: 'info.accessibility-settings.liveRegionTimeOut.hint',
7272 id: 'liveRegionTimeOutHelp',
7373 iconPlacement: 'right',
74- tooltipPlacement: 'right '
74+ tooltipPlacement: 'left '
7575 } ">
7676 </ div >
7777 </ div >
You can’t perform that action at this time.
0 commit comments