Skip to content

Commit e0d20e2

Browse files
authored
Merge pull request #1721 from u7630748/fix/1670
Fix/1670 - Lower part album text disappear issue
2 parents 833a37b + 177bc84 commit e0d20e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/app/app/components/AlbumView/styles.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@
7474
.album_title {
7575
display: flex;
7676
flex-direction: row;
77+
align-items: center;
7778

7879
.album_text {
7980
font-size: 32px;
80-
line-height: 32px;
81+
line-height: 1.2;
8182
flex: 1;
8283
@include ellipsis;
8384
}

0 commit comments

Comments
 (0)