2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

UX: makes sure close modal icon is aligned with title

This commit is contained in:
Joffrey JAFFEUX 2018-06-11 13:38:57 +02:00 committed by GitHub
parent 41b71b58a9
commit 73731463a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@

.modal-header {
display: flex;
align-items: center;
align-items: flex-start;
padding: 10px 15px;
border-bottom: 1px solid $primary-low;