Skip to content

Commit ebfc080

Browse files
authored
Merge pull request #11527 from KrishnaShuk/11526/fix/share-button-overflow
fix: prevent share button overflow on My Books / Lists page
2 parents 3052556 + 2d4b5a0 commit ebfc080

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

static/css/components/mybooks-details.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
.social-wrapper {
2727
display: flex;
28+
align-items: baseline;
2829
}
2930

3031
.follow-row {
@@ -118,6 +119,10 @@
118119
align-items: self-end;
119120
}
120121

122+
.social-wrapper {
123+
flex-direction: column;
124+
}
125+
121126
.mybooks-details {
122127
padding: 10px;
123128
margin: 0;

0 commit comments

Comments
 (0)