Skip to content

Commit 698fb1b

Browse files
committed
Fix vertical alignment of "View Details" link
1 parent c0e7f37 commit 698fb1b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/styles/_sidebar-right.less

+2-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
}
136136
}
137137
.sidebar-header.right-header {
138-
align-items: center;
138+
align-items: baseline;
139139
display: flex;
140140
justify-content: space-between;
141141
// So that sidebar bottom border aligns with main content header bottom border.
@@ -156,6 +156,7 @@
156156
}
157157
.event-details-link {
158158
.small();
159+
line-height: 1;
159160
margin-right: 20px;
160161
}
161162
}

dist/styles/main.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)