File tree Expand file tree Collapse file tree
src/app/info/accessibility-settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ <h2>{{ 'info.accessibility-settings.title' | translate }}</h2>
77 {{ 'info.accessibility-settings.disableNotificationTimeOut.label' | translate }}
88 </ label >
99
10- < div class ="col-sm-10 ">
10+ < div class ="col-sm-4 ">
1111 < ui-switch [id] ="'disableNotificationTimeOutInput' "
1212 [(ngModel)] ="formValues.disableNotificationTimeOut "
1313 [ngModelOptions] ="{ standalone: true } "
@@ -24,7 +24,7 @@ <h2>{{ 'info.accessibility-settings.title' | translate }}</h2>
2424 {{ 'info.accessibility-settings.notificationTimeOut.label' | translate }}
2525 </ label >
2626
27- < div class ="col-sm-10 ">
27+ < div class ="col-sm-4 ">
2828 < input [type] ="'number' " [id] ="'notificationTimeOutInput' " class ="form-control "
2929 [placeholder] ="getPlaceholder(AccessibilitySetting.NotificationTimeOut) "
3030 [readOnly] ="formValues.disableNotificationTimeOut "
@@ -42,7 +42,7 @@ <h2>{{ 'info.accessibility-settings.title' | translate }}</h2>
4242 {{ 'info.accessibility-settings.liveRegionTimeOut.label' | translate }}
4343 </ label >
4444
45- < div class ="col-sm-10 ">
45+ < div class ="col-sm-4 ">
4646 < input [type] ="'number' " [id] ="'liveRegionTimeOutInput' " class ="form-control "
4747 [placeholder] ="getPlaceholder(AccessibilitySetting.LiveRegionTimeOut) "
4848 [(ngModel)] ="formValues.liveRegionTimeOut " [ngModelOptions] ="{ standalone: true } "
You can’t perform that action at this time.
0 commit comments