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 782101a
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 782101a

Please sign in to comment.