Skip to content

Commit

Permalink
[home] fix templates icon stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Oct 2, 2024
1 parent caee86d commit 27fcd9f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions common/loginpage/src/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1342,13 +1342,17 @@ li.menu-item {

.title {
color: @text-normal;
word-break: break-word;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
font-size: 14px;
}

.icon {
flex-grow: 1;
img {
width: 140px;
max-width: 140px;
max-height: 160px;
}
svg {
width: 140px;
Expand Down

0 comments on commit 27fcd9f

Please sign in to comment.