mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
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:
parent
ad9e93020e
commit
88cdf7b757
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue