Fixes modal button alignment

This commit is contained in:
Jacopo 2018-10-01 15:39:10 +02:00
parent d5734de3d6
commit 337e87d9f8
2 changed files with 6 additions and 1 deletions

View File

@ -59,7 +59,7 @@
}
@include media-breakpoint-up(sm) {
.btn:first-of-type {
.btn:nth-child(1) {
margin-left: auto;
}
}

View File

@ -0,0 +1,5 @@
---
title: Fixes modal button alignment
merge_request: 22024
author: Jacopo Beschi @jacopo-beschi
type: fixed