mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 00:27:16 +03:00
Fix a styling issue with docs titles (#1962)
This commit is contained in:
parent
385464d0f0
commit
32261a180a
@ -43,9 +43,11 @@ final case class Doc(
|
||||
def htmlWithTitle(title: String): Doc.HTML = {
|
||||
if (title != "") {
|
||||
Seq(
|
||||
HTML.div(HTML.`class` := "doc-title-container")(
|
||||
HTML.div(HTML.`class` := "doc-title-name")(title),
|
||||
tags.html
|
||||
HTML.div(
|
||||
HTML.div(HTML.`class` := "doc-title-container")(
|
||||
HTML.div(HTML.`class` := "doc-title-name")(title),
|
||||
tags.html
|
||||
)
|
||||
)(synopsis.html)(body.html)
|
||||
)
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user