Skip to content

Commit

Permalink
Merge pull request #3129 from mineralsfree/ENT-9832
Browse files Browse the repository at this point in the history
ENT-9832: Long title text causes disposition of the gh button
  • Loading branch information
olehermanse authored Nov 28, 2023
2 parents 595a6c0 + 782101a commit 8968e29
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion generator/_assets/styles/less/article.less
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,16 @@ article {

.article_title {
display: flex;
align-items: center;
align-items: flex-start;
word-wrap: break-word;
grid-gap: 12px;

h1 {
flex-grow: 1;
max-width: calc(100% - 110px);
@media @phone-down {
max-width: 100%;
}
}

@media @phone-down {
Expand Down

0 comments on commit 8968e29

Please sign in to comment.