Skip to content

Commit ceea912

Browse files
committed
Auto merge of #3344 - Turbo87:tooltip, r=pichfl
VersionList::Row: Fix tooltip alignment in narrow viewport ### Before <img width="669" alt="Bildschirmfoto 2021-02-27 um 09 52 14" src="https://user-images.githubusercontent.com/141300/109382602-c13e6a80-78e1-11eb-8382-ac8dd1b4b27d.png"> ### After <img width="680" alt="Bildschirmfoto 2021-02-27 um 09 52 26" src="https://user-images.githubusercontent.com/141300/109382604-c4395b00-78e1-11eb-9f56-ee10a4964dbc.png">
2 parents 05144eb + f270ee0 commit ceea912

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
@@ -166,9 +166,11 @@
166166
}
167167

168168
@media only screen and (max-width: 750px) {
169-
> * {
170-
display: block;
169+
display: flex;
170+
flex-direction: column;
171+
align-items: flex-start;
171172

173+
> * {
172174
&:not(:first-child) {
173175
margin-left: 0;
174176
margin-top: 10px;

0 commit comments

Comments
 (0)