mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: Update article page styles (#15087)
Closes: #15086 Changes: - added `word-break: break-word;` to prevent long strings with underscores from overflowing outside of their parent container.
This commit is contained in:
parent
97c63c6c05
commit
4366555a7b
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@
|
|||
[purpose='article-content'] {
|
||||
padding-top: 24px;
|
||||
padding-bottom: 24px;
|
||||
word-break: break-word;
|
||||
h1:first-of-type {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue