Skip to content

Commit

Permalink
fix: Long title text causes disposition of the gh button
Browse files Browse the repository at this point in the history
Ticket: ENT-9832
Changelog: None
Signed-off-by: Mikita Pilinka <[email protected]>
  • Loading branch information
mineralsfree committed Nov 27, 2023
1 parent 595a6c0 commit 0e4d0f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion generator/_assets/styles/less/article.less
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,13 @@ 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 {
Expand Down

0 comments on commit 0e4d0f3

Please sign in to comment.