Skip to content

Commit

Permalink
Merge pull request #1721 from u7630748/fix/1670
Browse files Browse the repository at this point in the history
Fix/1670 - Lower part album text disappear issue
  • Loading branch information
nukeop authored Oct 16, 2024
2 parents 833a37b + 177bc84 commit e0d20e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app/app/components/AlbumView/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,11 @@
.album_title {
display: flex;
flex-direction: row;
align-items: center;

.album_text {
font-size: 32px;
line-height: 32px;
line-height: 1.2;
flex: 1;
@include ellipsis;
}
Expand Down

0 comments on commit e0d20e2

Please sign in to comment.