Website: fix installation command rendering on fleetctl preview page. (#20670)

Closes: #20600

Changes:
- Updated the styles for the fleetctl preview page to fix a rendering
issue
This commit is contained in:
Eric 2024-07-23 17:14:18 -05:00 committed by GitHub
parent ad9e93020e
commit 88cdf7b757
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,6 +111,10 @@
background: @ui-off-white;
width: 100%;
overflow-x: scroll;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
p {
white-space: nowrap;
color: @core-fleet-black-75;