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**:


![image](https://github.com/fleetdm/fleet/assets/1153709/79e4deeb-3599-4c13-b74e-4b019e5832b2)

**after**


![image](https://github.com/fleetdm/fleet/assets/1153709/bc36b38f-0042-4f11-b9f3-28c5ebada017)


- [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:
Gabriel Hernandez
2023-10-30 16:03:26 +00:00
committed by GitHub
parent 40fbdb0c06
commit b61f2b1964
3 changed files with 4 additions and 1 deletions
@@ -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.
+1
View File
@@ -0,0 +1 @@
- Fixes EULA on the windows TOS page. The EULA now shows correctly on narrow viewports
+1 -1
View File
@@ -30,7 +30,7 @@ windows mdm enrollment flow. -->
.eula {
font-size: 18px;
width: 600px;
max-width: 600px;
height: 400px;
overflow-y: scroll;
}