Commit 1a279fa9 authored by Filipa Lacerda's avatar Filipa Lacerda

Force content to align right

parent a1e4ee96
...@@ -15,6 +15,10 @@ ...@@ -15,6 +15,10 @@
.commit-title { .commit-title {
margin: 0; margin: 0;
white-space: normal; white-space: normal;
@media (max-width: $screen-sm-max) {
justify-content: flex-end;
}
} }
.ci-table { .ci-table {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment