Skip to content

Commit f270ee0

Browse files
committed
VersionList::Row: Fix tooltip alignment in narrow viewport
1 parent 0526218 commit f270ee0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/components/version-list/row.module.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,11 @@
161161
}
162162

163163
@media only screen and (max-width: 750px) {
164-
> * {
165-
display: block;
164+
display: flex;
165+
flex-direction: column;
166+
align-items: flex-start;
166167

168+
> * {
167169
&:not(:first-child) {
168170
margin-left: 0;
169171
margin-top: 10px;

0 commit comments

Comments
 (0)