mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Website: Update article styles to prevent content overflowing (#34939)
Changes: - Updated article styles to prevent articles with code blocks from overflowing outside of the page's container.
This commit is contained in:
parent
6865297cdf
commit
6b746c4ac2
1 changed files with 1 additions and 0 deletions
|
|
@ -234,6 +234,7 @@
|
|||
padding-right: 64px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: 0px;
|
||||
}
|
||||
[purpose='article-title'] {
|
||||
padding-top: 64px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue