mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +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
@ -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 New Issue
Block a user