Skip to content

Commit

Permalink
Fix styling for extra wide answers
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Feb 19, 2025
1 parent 82e5ba2 commit e2f658f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/projects/ask/src/app/home/home.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@
}

.answer {
width: 100%;
::ng-deep {
.font-sans-400;
font-size: 20px;
Expand All @@ -232,6 +233,9 @@
cursor: pointer;
color: @color-blue-1;
}
img {
max-width: 100%;
}
// font-style: italic;
}
}
Expand Down

0 comments on commit e2f658f

Please sign in to comment.