803 Visual bug: The icons are not aligned well with text

[email protected] added a feedback(#2131039) from https://app.greatalbum.net/user/236/information:


Steps to reproduce:

1. Open APP site

2. Navigate to Profile icon > Edit Profile

3. Add some data and click on the Save button

Actual result: The icons are little higher than text
Expected result: The icons should be in the same line with the text

799 Import Google Photos > By Date > For small number, import in foregrounnd

[email protected] added a feedback(#2119188) from https://app.greatalbum.net/article/personal-memoir-allison-boice-mccain/media:


I just imported a single photo from Google Photos by Date, and the system told my it was importing in the background. For a small number of photos, maybe <20, it should import in forground

Session details:

798 Article > Display page: Detailed text cut of in CSS

[email protected] added a feedback(#2105152) from https://app.greatalbum.net/article/1952-will-betty-harris-family-christmas-letter:


The body text on Article cut off with CSS:
.body-text.clearfix p {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}