Commit 892667f0ff6fa8a3a28d3e91b0a57f6ed2c2409e
1 parent
38044fa2
Exists in
master
and in
9 other branches
Adjust wrap text of the title of Manuals in Tutorials Page
Signed-off-by: BrunaMoreira <brunanayaramlima@gmail.com> Signed-off-by: TomazMartins <tomaz.r.martins@gmail.com>
Showing
1 changed file
with
13 additions
and
0 deletions
Show diff stats
css/software-pages.css
... | ... | @@ -501,6 +501,19 @@ |
501 | 501 | font-size: 18px; |
502 | 502 | font-family: Arial; |
503 | 503 | font-weight: 700; |
504 | + word-wrap: break-word; | |
505 | +} | |
506 | + | |
507 | +/* It's a Specific rule to the Google Chrome. */ | |
508 | +@supports (-webkit-appearance:none) { | |
509 | + #content .main-block #article .folder-content .item-description a { | |
510 | + color: #172938; | |
511 | + font-size: 18px; | |
512 | + font-family: Arial; | |
513 | + font-weight: 700; | |
514 | + white-space: pre; | |
515 | + word-wrap: break-word; | |
516 | + } | |
504 | 517 | } |
505 | 518 | |
506 | 519 | #content .main-block #article .folder-content .item-date { | ... | ... |