Mobile browser: Missing "Accept" and "Decline" Buttons in Policy Acknowledgement CampaignsIssue In the desktop UI web browser, in the policy acknowledgement portal page shows the 'accept' and 'decline' buttons just fine. However, in mobile web browsers these buttons go missing ReleaseAll ReleasesCauseThe issue is caused by a styling rule that hides the element containing the buttons when the width is below 768 pixels. This rule is present in the server-side bootstrap file.Resolution1. Clone the GRC Policy Acknowledgement widget. https://[instance-name].service-now.com/nav_to.do?uri=sp_widget.do?sys_id=b018ffd5876633003058d1a936cb0b4b 2. In the HTML field, modify the div that contains the classes:- Modify <div class="col-sm-12 cell hidden-xs-fix flex-right"> to <div class="col-sm-12 cell hidden-xs-fix flex-right"> 3. In the CSS field, add the following: .hidden-xs-fix {display: flex !important;}} 4. Update the page to use the cloned widget.5. Update the `id=grc_policy_acknowledgement_instance` page to use the newly created cloned widget.