Skip to content

Commit

Permalink
Merge branch 'css-fix' into 'master'
Browse files Browse the repository at this point in the history
Fix Chromium link position

See merge request mkjeldsen/crontention!19
  • Loading branch information
commonquail committed Apr 4, 2020
2 parents fc7f4e3 + 75e3f32 commit 1a7e311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/resources/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ code {
grid-row: 2 / 5;
}
.help {
justify-self: last baseline;
justify-self: end;
align-self: start;
font-size: .8rem;
}
Expand Down

0 comments on commit 1a7e311

Please sign in to comment.