mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Website: Fix overflowing step of /start questionnaire (#21692)
Related to: #21081 Closes: #21690 Changes: - Updated the styles for the /start questionnaire to prevent the content from overflowing outside of the page's container on smaller screen sizes.
This commit is contained in:
parent
ea7d08fc88
commit
45b7f315bb
1 changed files with 1 additions and 1 deletions
2
website/assets/styles/pages/start.less
vendored
2
website/assets/styles/pages/start.less
vendored
|
|
@ -357,7 +357,7 @@
|
|||
margin-bottom: 20px;
|
||||
}
|
||||
[purpose='form-container'] {
|
||||
width: unset;
|
||||
width: 100%;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue