Force content to align right

This commit is contained in:
Filipa Lacerda 2018-04-17 10:45:38 +01:00
parent a1e4ee960a
commit 1a279fa9a9
No known key found for this signature in database
GPG key ID: 9CA3FDE4D1E2F1C8

View file

@ -15,6 +15,10 @@
.commit-title {
margin: 0;
white-space: normal;
@media (max-width: $screen-sm-max) {
justify-content: flex-end;
}
}
.ci-table {