fix windows TOS page EULA to fix within narrow viewports (#14773)
relates to #13880 This fixes the eula page on the windows TOS page. It now fits correctly in narrow viewports. **before**:  **after**  - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. - [x] Manual QA for all new/changed functionality
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
- Fix banners on the host details page. If the ABM expired banner is displayed we suppress all
|
||||
other banners on that page.
|
||||
@@ -0,0 +1 @@
|
||||
- Fixes EULA on the windows TOS page. The EULA now shows correctly on narrow viewports
|
||||
@@ -30,7 +30,7 @@ windows mdm enrollment flow. -->
|
||||
|
||||
.eula {
|
||||
font-size: 18px;
|
||||
width: 600px;
|
||||
max-width: 600px;
|
||||
height: 400px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user